diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2011-10-09 12:36:35 +0200 | 
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2011-10-09 12:36:35 +0200 | 
| commit | c6a98c37ddfbfb8228d0500a2587d1c61c4b022b (patch) | |
| tree | 0cc1118bf95d5c6e6b8c2f80fc46bab36d94e415 | |
| parent | b29406ef014c3fbf604e5f505ec79b68696d0cf8 (diff) | |
| download | hakyll-c6a98c37ddfbfb8228d0500a2587d1c61c4b022b.tar.gz | |
Add authors to the tutorials
| -rw-r--r-- | web/about.markdown | 1 | ||||
| -rw-r--r-- | web/templates/tutorial-item.html | 2 | ||||
| -rw-r--r-- | web/tutorials/01-installation.markdown | 1 | ||||
| -rw-r--r-- | web/tutorials/02-basics.markdown | 1 | ||||
| -rw-r--r-- | web/tutorials/faq.markdown | 1 | 
5 files changed, 5 insertions, 1 deletions
| diff --git a/web/about.markdown b/web/about.markdown index 4b2d001..a1cab5d 100644 --- a/web/about.markdown +++ b/web/about.markdown @@ -30,6 +30,7 @@ who still maintains the package. Contributors:  - [Andy Irving](https://github.com/irv)  - [Benedict Eastaugh](http://extralogical.net/) +- [Florian Hars](http://github.com/fhars)  - [JD Marble](http://github.com/jdmarble)  - [Nicolas Wu](http://zenzike.com/)  - [Paolo Veronelli](http://github.com/paolino) diff --git a/web/templates/tutorial-item.html b/web/templates/tutorial-item.html index 977fb6b..e0d7866 100644 --- a/web/templates/tutorial-item.html +++ b/web/templates/tutorial-item.html @@ -1 +1 @@ -<li><a href="$url$">$title$</a></li> +<li><a href="$url$">$title$</a> by <em>$author$</em></li> diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index 5f763e5..fc53626 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -1,5 +1,6 @@  ---  title: Installation +author: Jasper Van der Jeugt  ---  Why static websites? diff --git a/web/tutorials/02-basics.markdown b/web/tutorials/02-basics.markdown index 5d64986..7acc30f 100644 --- a/web/tutorials/02-basics.markdown +++ b/web/tutorials/02-basics.markdown @@ -1,5 +1,6 @@  ---  title: The basics +author: Jasper Van der Jeugt  ---  ## Let's get started! diff --git a/web/tutorials/faq.markdown b/web/tutorials/faq.markdown index f8a3087..ce90042 100644 --- a/web/tutorials/faq.markdown +++ b/web/tutorials/faq.markdown @@ -1,5 +1,6 @@  ---  title: FAQ +author: Jasper Van der Jeugt  ---  ## Does Hakyll support syntax highlighting? | 
