feat(custom): support links

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-10 19:55:05 +01:00
parent 9b6819f25f
commit a5955c32fb
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 45 additions and 6 deletions

View file

@ -6,8 +6,6 @@
<a href="/">Home</a>
</nav>
</div>
{{ range $content := .Content }}
{{ .Get }}
{{ end }}
{{ .GetContent }}
</main>
{{end}}