diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-03-30 21:34:25 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-03-30 21:34:25 +0200 |
commit | 1be43700de6f12229bb4a98cebc9d6fbc252b013 (patch) | |
tree | 44eb76ce03ab3bbe2f218925346015261d4ac30a /web | |
parent | bb3f0d3cff573fe20df41b715b787e77d6bc9b40 (diff) | |
download | hakyll-1be43700de6f12229bb4a98cebc9d6fbc252b013.tar.gz |
Add note about external tutorials
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/tutorials.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html index 6bd8351..9790184 100644 --- a/web/templates/tutorials.html +++ b/web/templates/tutorials.html @@ -21,6 +21,11 @@ $endfor$ </ul> <h2>External articles</h2> +<p> + These are articles on external blogs. If you wrote a similar article, feel + free to <a href="http://jaspervdj.be/contact.html">shoot me an email</a> so + I can add it to the list. +</p> <p>In no particular order:</p> <ul> $for(tutorials)$ |