mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 06:58:28 -04:00
8 lines
270 B
HTML
8 lines
270 B
HTML
<link rel="canonical" href="{{ .Permalink }}">
|
|
{{ if and .IsPage (eq .Type .Site.Params.mainSection) }}
|
|
{{- with .OutputFormats.Get "amp" -}}
|
|
<link rel="amphtml" href="{{ .Permalink }}">
|
|
{{ end -}}
|
|
{{ end -}}
|
|
<link rel="author" href="{{ "humans.txt" | absURL }}">
|