Add Meta Data & Favicon #1

Merged
me merged 4 commits from dev into main 2025-08-19 15:16:32 -07:00
Showing only changes of commit 5a7deb13f7 - Show all commits

View File

@@ -10,7 +10,7 @@ $faviconSizes := .Param "faviconSizes" }}{{
range $i := $faviconSizes }}{{ range $i := $faviconSizes }}{{
$resource := resources.GetMatch ($favicon) }}{{ $resource := resources.GetMatch ($favicon) }}{{
$image := $resource.Resize (printf "%dx%d CatmullRom" $i $i) }} $image := $resource.Resize (printf "%dx%d CatmullRom" $i $i) }}
<link rel="icon" type="image/png" sizes="{{ $i }}x{{ $i }}" href="{{ $image.Permalink }}">{{ <link rel="icon" type="image/png" sizes="{{ $i }}x{{ $i }}" href="{{ $image.RelPermalink }}">{{
end }} end }}
<meta name="description" content="{{ with .Param "description" }}{{ . }}{{ else }}{{ .Summary }}{{ end }}"> <meta name="description" content="{{ with .Param "description" }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
<meta name="keywords" content="{{ <meta name="keywords" content="{{