- Ported Ludo profile from vault to garden - Added auto-rebuild watcher scripts - Updated static data snapshots - Added garden-features.js and api-garden.json - Added GARDEN-CONTENT-GAPS.md for tracking - Rebuilt Hugo public/ output
25 lines
1 KiB
HTML
25 lines
1 KiB
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>
|
|
{{- if .IsHome -}}
|
|
{{ .Site.Title }}
|
|
{{- else -}}
|
|
{{ .Title }} · {{ .Site.Title }}
|
|
{{- end -}}
|
|
</title>
|
|
{{- with .Description }}<meta name="description" content="{{ . }}">{{- end }}
|
|
{{- if not .Description }}{{- with .Site.Params.description }}<meta name="description" content="{{ . }}">{{- end }}{{- end }}
|
|
|
|
<!-- ASW framework + garden voice -->
|
|
<link rel="stylesheet" href="{{ "css/asw.css" | absURL }}">
|
|
<link rel="stylesheet" href="{{ "css/garden.css" | absURL }}">
|
|
|
|
<script src="{{ "js/theme-toggle.js" | absURL }}" defer></script>
|
|
<script src="{{ "js/garden-feed.js" | absURL }}" defer></script>
|
|
|
|
<!-- Umami analytics — estate dashboard -->
|
|
<script defer src="https://analytics.trentuna.com/script.js" data-website-id="9546a046-b901-471f-bfed-88c874786435"></script>
|
|
|
|
{{- range .AlternativeOutputFormats -}}
|
|
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
|
|
{{- end }}
|