This commit is contained in:
Oliver
2025-06-23 09:42:07 -03:00
parent c352992708
commit cf823126d5
391 changed files with 13389 additions and 7731 deletions

View File

@@ -1,16 +1,3 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
{{- if .IsHome -}} Home | {{ .Title }} {{- else if .Page.Title -}} {{
.Page.Title }} | {{ .Site.Title }} {{- else -}} {{ .Site.Title }} {{- end
-}}
</title>
<!-- description -->
{{- if .IsHome -}}
<meta name="description" content="{{ .Site.Params.description }}" />
{{- else -}}
<meta name="description" content="{{ .Params.description }}" />
{{- end }} {{ partial "common/links.html" . }}
{{ partial "common/meta.html" . }} {{ partial "common/links.html" . }}
</head>