feat(tag): better style and navbar to return home
This commit is contained in:
parent
964ae2b7f0
commit
1bd6521309
6 changed files with 27 additions and 10 deletions
|
@ -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}}
|
Loading…
Add table
Add a link
Reference in a new issue