docs(config): create json schema

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-13 11:18:11 +01:00
parent 7219e5bdf1
commit d9d7ab50c5
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 201 additions and 68 deletions

View file

@ -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>