Add meta data for SEO. Add favicon. Allow removing bottom URL. Fix newlines at end of HTML files causing whitespace.

This commit is contained in:
2025-08-19 14:48:04 -07:00
parent 7ac4ca6b41
commit 065b74b7d1
8 changed files with 65 additions and 12 deletions

View File

@@ -1 +1 @@
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "https") }} target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "https") }} target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>