diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 11:18:11 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 11:18:11 +0100 |
| commit | d9d7ab50c55fe913ec0460b88c6bb927c317858a (patch) | |
| tree | 947856208439446b7b4ef3143e95e8824fdad5a4 /templates/page/index.gohtml | |
| parent | 7219e5bdf1cd32a75321463449f371e389767ee4 (diff) | |
docs(config): create json schema
Diffstat (limited to 'templates/page/index.gohtml')
| -rw-r--r-- | templates/page/index.gohtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index 9bef33a..dee6782 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -14,9 +14,9 @@ </p> <div class="links"> {{ range $link := .Links }} - <div class="link" style="{{ .GetBackground }}"> - <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a> - </div> + <div class="link" style="{{ .GetBackground }}"> + <a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a> + </div> {{ end }} <div class="link" style="{{ .Color.Button.GetBackground }}"> <a href="/tags" style="{{ .Color.Button.GetTextColor }}">Tags</a> |
