tAdd "Top" link to index - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 12691abbf9ebb44ec4de5b3b231492cd649eb41c
 (DIR) parent e30a93bad2311b28a41b87f8c7342d08d5aaf3a0
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat,  3 Nov 2018 08:25:51 +0100
       
       Add "Top" link to index
       
       Diffstat:
         M themes/tale-mod/layouts/index.html  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/themes/tale-mod/layouts/index.html b/themes/tale-mod/layouts/index.html
       t@@ -17,6 +17,7 @@
                        {{ if .Paginator.HasPrev }}
                                <a href="{{ .Paginator.PrevPage.URL }}" class="left arrow">&#8592;</a>
                        {{ end }}
       +        <a href="{{ .Site.BaseURL }}" class="top">Top</a>
                        {{ if .Paginator.HasNext }}
                                <a href="{{ .Paginator.NextPage.URL }}" class="right arrow">&#8594;</a>