This commit is contained in:
parent
c05a33400e
commit
b9d6711210
5 changed files with 8 additions and 6 deletions
|
|
@ -55,7 +55,7 @@
|
|||
<hr class="mb-1 mt-2 mr-4 ml-4">
|
||||
<p class="card-text text-justify">{{ index .content $.Language.Lang }}</p>
|
||||
{{ if and .link .link.link }}
|
||||
<a href="{{ .link.link }}" class="card-link">{{ index .link $.Language.Lang }}</a>
|
||||
<a href="{{ .link.link }}" class="card-link umami--click--features-{{ .id }}">{{ index .link $.Language.Lang }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -46,4 +46,6 @@
|
|||
<link rel="apple-touch-icon" href="{{ .Site.BaseURL }}img/apple-touch-icon.png" />
|
||||
|
||||
<link rel="alternate" href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
|
||||
|
||||
<script async defer data-website-id="a10b2ee8-ed13-4acb-a017-0b9a661f31c3" src="https://pythagore.p0m.fr/pythagore.js"></script>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
{{ i18n "lead" | markdownify }}
|
||||
</p>
|
||||
<p>
|
||||
<a class="btn btn-primary mt-2" href="/join">{{ i18n "tryit" }} »</a>
|
||||
<a class="btn btn-outline-secondary mt-2" href="#downloads">{{ i18n "downloadit" }} »</a>
|
||||
<a class="btn btn-primary mt-2 umami--click--jumbo-tryit" href="/join">{{ i18n "tryit" }} »</a>
|
||||
<a class="btn btn-outline-secondary mt-2 umami--click--jumbo-downloads" href="#downloads">{{ i18n "downloadit" }} »</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<div class="nav-item nav-ext-links">
|
||||
{{ range .Site.Data.social.social_icons }}
|
||||
{{- if isset $.Site.Author .id }}
|
||||
<a class="nav-icon-link" href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa {{ .icon }} fa-stack-1x fa-inverse"></i></span></a>
|
||||
<a class="nav-icon-link umami--click--{{ .id }}" href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa {{ .icon }} fa-stack-1x fa-inverse"></i></span></a>
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
{{ if .Site.Params.rss }}
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
</a>
|
||||
{{ end }}
|
||||
{{ if .Site.Params.tryit }}
|
||||
<a href="{{ .Site.Params.tryit }}" title="{{ i18n "tryhappydns" }}" class="nav-icon-link">
|
||||
<a href="{{ .Site.Params.tryit }}" title="{{ i18n "tryhappydns" }}" class="nav-icon-link umami--click--nav-tryit">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-arrow-right fa-stack-1x fa-inverse"></i>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div id="voxppl" style="display: none">
|
||||
<a href="https://framaforms.org/une-minute-pour-nous-dire-ou-aller-1610359677" class="d-flex p-3 text-light row" style="position: fixed; bottom: 5vh; right: 5vw; border-radius: 5px; background-color: #9332bbee">
|
||||
<a href="https://framaforms.org/une-minute-pour-nous-dire-ou-aller-1610359677" class="d-flex p-3 text-light row umami--click--survey" style="position: fixed; bottom: 5vh; right: 5vw; border-radius: 5px; background-color: #9332bbee">
|
||||
<h1 class="col-auto align-self-center">
|
||||
<i class="fa fa-bullhorn"></i>
|
||||
</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue