diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-03-30 21:36:33 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-03-30 21:36:33 +0200 |
commit | 2fd9929d27b5274ce2cdf7a1893edbd4d0fc9918 (patch) | |
tree | 8e4c086d5efb012b52ffb1deb8dd874c51865a1c /web/templates | |
parent | 1be43700de6f12229bb4a98cebc9d6fbc252b013 (diff) | |
download | hakyll-2fd9929d27b5274ce2cdf7a1893edbd4d0fc9918.tar.gz |
Add h2 ids in tutorial list
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/tutorials.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html index 9790184..cafdacb 100644 --- a/web/templates/tutorials.html +++ b/web/templates/tutorials.html @@ -1,5 +1,5 @@ <h1>Tutorials about Hakyll</h1> -<h2>Tutorial series</h2> +<h2 id="series">Tutorial series</h2> <ul> $for(tutorials)$ $if(isSeries)$ @@ -9,7 +9,7 @@ $endif$ $endfor$ </ul> -<h2>Other articles</h2> +<h2 id="articles">Other articles</h2> <p>In no particular order:</p> <ul> $for(tutorials)$ @@ -20,7 +20,7 @@ $endif$ $endfor$ </ul> -<h2>External articles</h2> +<h2 id="external-articles">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 |