1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-29 08:20:30 -04:00
jarv.is/layouts/partials/head/canonical.html

11 lines
316 B
HTML

<link rel="canonical" href="{{ .Permalink }}">
{{ if and .IsPage (ne .Params.amp false) -}}
{{- with .OutputFormats.Get "amp" -}}
<link rel="amphtml" href="{{ .Permalink }}">
{{- end }}
{{- end }}
<link rel="author" href="{{ "humans.txt" | absURL }}">
<link rel="license" href="{{ "license/" | absURL }}">