diff options
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index da95aa5..abb4cbe 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,6 +10,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no"> <link rel="canonical" href="{{ .Permalink }}"> + <link type="text/plain" rel="author" href="{{ "humans.txt" | absURL }}"> <title>{{ block "title" . }}{{ if .IsHome }}{{ site.Title }}{{ else }}{{ with .Params.Title }}{{ . }} - {{ end }}{{ site.Title }}{{ end }}{{ end }}</title> <meta name="description" content="{{ $description }}"> |
