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
|
||||
removePathAccents: true
|
||||
|
||||
author:
|
||||
name: "happyDNS team"
|
||||
framagit: "happyDomain/"
|
||||
|
||||
languages:
|
||||
en:
|
||||
title: "happyDomain. Finally a simple interface for domain names."
|
||||
@ -85,6 +81,10 @@ languages:
|
||||
image: "/img/screenshots/sources.png"
|
||||
|
||||
params:
|
||||
author:
|
||||
name: "happyDNS team"
|
||||
framagit: "happyDomain/"
|
||||
|
||||
DefaultDescription: "Finally a simple interface for domain names."
|
||||
newsletter: "newsletter@happydns.org"
|
||||
survey: "https://feedback.happydomain.org/"
|
||||
|
@ -13,10 +13,10 @@
|
||||
|
||||
<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" }} »
|
||||
</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" }} »
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user