Özgür kon site forku
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ozgurkon-site/themes/devfest-theme-hugo/layouts/partials/footer.html

61 lines
1.3 KiB

<footer>
<div class="footer-header">
<div class="share">
<header>Partager</header>
<ul>
{{ range .Site.Data.footer.share }}
<li><a class="social-{{ .name }}" href="{{ .url }}" target="_blank"></a></li>
{{ end }}
</ul>
</div>
<div class="blog">
<header>
Suivez notre <a href="/blog/">blog</a>
</header>
</div>
<div class="follow">
<header>Suivez nous sur</header>
<ul>
{{ range .Site.Data.footer.follow }}
<li><a class="social-{{ .name }}" href="{{ .url }}" target="_blank"></a></li>
{{ end }}
</ul>
</div>
<div class="email">
<header>
<a href="mailto:{{ .Site.Params.email }}">{{ .Site.Params.email }}</a>
</header>
</div>
</div>
<hr>
<div class="footer-content">
{{ range .Site.Data.footer.content }}
<section>
<header>{{ .title }}</header>
{{ if .links }}
<ul>
{{ range .links }}
<li><a href="{{ .url }}" {{ if .newTab }}target="_blank" {{end}}>{{ .name }}</a></li>
{{ end }}
</ul>
{{ end }}
</section>
{{ end }}
<section class="form">
{{ partial "subscribe.html" . }}
</section>
</div>
<hr>
<div class="footer-footer">
<div>
{{ if .Site.Params.logos.footer }}
<img src="{{ .Site.Params.logos.footer }}" alt="{{ .Site.Title }}">
{{ end }}
</div>
<div>We ❤ chocolatines</div>
</div>
</footer>