This commit is contained in:
@@ -3,6 +3,8 @@ baseURL: https://alexis.lahouze.org
|
|||||||
languageCode: fr-fr
|
languageCode: fr-fr
|
||||||
title: Alexis Lahouze
|
title: Alexis Lahouze
|
||||||
|
|
||||||
|
disableHugoGeneratorInject: true
|
||||||
|
|
||||||
defaultContentLanguage: fr
|
defaultContentLanguage: fr
|
||||||
|
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="generator" content="Hugo {{ hugo.Version }}">
|
||||||
{{ with .OutputFormats.Get "rss" }}
|
{{ with .OutputFormats.Get "rss" }}
|
||||||
<link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" />
|
<link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user