mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 06:50:31 -04:00
10 lines
262 B
HTML
10 lines
262 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 }}">
|