trwnh.com/unified.test.hugo/layouts/partials/head/url.html

6 lines
246 B
HTML
Raw Normal View History

2024-11-13 17:24:48 +00:00
{{- 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 -}}