Add feedback links.
This commit is contained in:
parent
a8b608a445
commit
29e261729c
14
index.html
14
index.html
File diff suppressed because one or more lines are too long
8
main.rkt
8
main.rkt
|
@ -16,14 +16,14 @@
|
|||
|
||||
@image["fear-of-macros.jpg"]
|
||||
@title[#:version ""]{Fear of Macros}
|
||||
@author{Greg Hendershott}
|
||||
@author[@hyperlink["https://github.com/greghendershott/fear-of-macros/issues"
|
||||
"Greg Hendershott"]]
|
||||
@smaller{Copyright (c) 2012 by Greg Hendershott. All rights reserved.}
|
||||
@para[@smaller["Last updated "
|
||||
(parameterize ([date-display-format 'iso-8601])
|
||||
(date->string (current-date) #t))]]
|
||||
@table-of-contents{}
|
||||
|
||||
|
||||
@; ----------------------------------------------------------------------------
|
||||
|
||||
@section{Introduction}
|
||||
|
@ -50,6 +50,10 @@ going on. Gah.
|
|||
I'm starting to write this at the point where the shapes are slowly
|
||||
emerging from the fog.
|
||||
|
||||
@margin-note{If you have any corrections, criticisms, complaints, or whatever,
|
||||
@hyperlink["https://github.com/greghendershott/fear-of-macros/issues" "please
|
||||
let me know"].}
|
||||
|
||||
My primary motive is selfish. Explaining something forces me to learn
|
||||
it more thoroughly. Plus I expect that if I write something with
|
||||
mistakes, other people will be eager to point them out and correct
|
||||
|
|
Loading…
Reference in New Issue
Block a user