diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-18 19:31:49 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-18 19:31:49 +0100 |
| commit | 1bd65213097cfdac6b3bb0164821299d99d7e351 (patch) | |
| tree | f41a47493ccb21bed2a2084c5303122e3a75de0d /templates/page/index.gohtml | |
| parent | 964ae2b7f03ebfaac051e9c14e142c178ad16cca (diff) | |
feat(tag): better style and navbar to return home
Diffstat (limited to 'templates/page/index.gohtml')
| -rw-r--r-- | templates/page/index.gohtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index a3ca7df..f0ebaea 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -12,7 +12,7 @@ <p class="description"> {{ .Description }} </p> - <div class="links" style="{{ .Color.Button.GetBackground }}{{ .Color.Button.GetTextColor }}"> + <nav class="links" style="{{ .Color.Button.GetBackground }}{{ .Color.Button.GetTextColor }}"> {{ range $link := .Links }} <div class="link"> <a href="{{ .Link }}">{{ .Content }}</a> @@ -21,6 +21,6 @@ <div class="link"> <a href="/tags">Tags</a> </div> - </div> + </nav> </main> {{end}}
\ No newline at end of file |
