Migrate to newer hugo version
This commit is contained in:
parent
f165931540
commit
378c911ed5
@ -4,10 +4,6 @@ baseURL: "https://www.happydomain.org/"
|
|||||||
defaultContentLanguageInSubdir: true
|
defaultContentLanguageInSubdir: true
|
||||||
removePathAccents: true
|
removePathAccents: true
|
||||||
|
|
||||||
author:
|
|
||||||
name: "happyDNS team"
|
|
||||||
framagit: "happyDomain/"
|
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
title: "happyDomain. Finally a simple interface for domain names."
|
title: "happyDomain. Finally a simple interface for domain names."
|
||||||
@ -85,6 +81,10 @@ languages:
|
|||||||
image: "/img/screenshots/sources.png"
|
image: "/img/screenshots/sources.png"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
|
author:
|
||||||
|
name: "happyDNS team"
|
||||||
|
framagit: "happyDomain/"
|
||||||
|
|
||||||
DefaultDescription: "Finally a simple interface for domain names."
|
DefaultDescription: "Finally a simple interface for domain names."
|
||||||
newsletter: "newsletter@happydns.org"
|
newsletter: "newsletter@happydns.org"
|
||||||
survey: "https://feedback.happydomain.org/"
|
survey: "https://feedback.happydomain.org/"
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a class="btn btn-primary mt-2 mx-3" data-umami-event="cta-{{ .Page.File.ContentBaseName }}-tryit" data-umami-event-lang="{{ .Page.File.Lang }}" href="{{ .Site.Params.tryit }}">
|
<a class="btn btn-primary mt-2 mx-3" data-umami-event="cta-{{ .Page.File.ContentBaseName }}-tryit" data-umami-event-lang="{{ .Page.Language.Lang }}" href="{{ .Site.Params.tryit }}">
|
||||||
{{ i18n "tryit" }} »
|
{{ i18n "tryit" }} »
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-outline-secondary mt-2 mx-3" data-umami-event="cta-{{ .Page.File.ContentBaseName }}-downloads" data-umami-event-lang="{{ .Page.File.Lang }}" href="/#downloads">
|
<a class="btn btn-outline-secondary mt-2 mx-3" data-umami-event="cta-{{ .Page.File.ContentBaseName }}-downloads" data-umami-event-lang="{{ .Page.Language.Lang }}" href="/#downloads">
|
||||||
{{ i18n "downloadit" }} »
|
{{ i18n "downloadit" }} »
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user