diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page/index.gohtml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index b3139a3..4b1389a 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -11,14 +11,16 @@ </div> <p class="description"> {{ .Description }} - <a href="/tags">More information...</a> </p> <div class="links"> {{ range $link := .Links }} <div class="link" style="{{ .GetBackground }}"> <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a> </div> - {{end}} + {{ end }} + <div class="link" style="--background: #000;--background-hover: #333;"> + <a href="/tags" style="--text-color: #ddd;--text-color-hover: #fff;">Tags</a> + </div> </div> </main> {{end}}
\ No newline at end of file |
