trwnh.com/unified.test.hugo/layouts/partials/head/url.html
2024-11-13 11:24:48 -06:00

6 lines
No EOL
246 B
HTML

{{- with .Permalink | absURL}}
<base href="{{ . }}" />
<link rel="canonical" href="{{ or $.Params.canonical . }}" />
<meta name="url" property="og:url" itemprop="url" content="{{ . }}" />
<meta name="twitter:url" content="{{ . }}" />
{{- end -}}