redzuurdesem/themes/desem-swift-theme/layouts/partials/footer.html

19 lines
835 B
HTML
Raw Normal View History

2020-05-10 16:56:41 +02:00
<footer class = 'footer'>
<div class = 'footer_inner wrap pale'>
<p>&copy;&nbsp;<span class = 'year'></span>&nbsp;{{ .Site.Title }}.
2020-05-11 12:10:48 +02:00
{{ i18n "designed_by" .Site.Data.designer | safeHTML }}.
<a href="/privacy">Privacy policy</a>
</p>
2020-05-10 16:56:41 +02:00
</div>
</footer>
2020-05-12 17:53:40 +02:00
{{- $mainScriptPath := "js/redzuurdesem.js" }}
2020-05-12 20:22:51 +02:00
{{- $scripts := "" }}
{{- if (ne hugo.Environment "development") }}
{{- $scripts = resources.Get $mainScriptPath | resources.ExecuteAsTemplate $mainScriptPath . | babel | resources.Minify | resources.Fingerprint "sha512" }}
{{- else }}
{{- $scripts = resources.Get $mainScriptPath | resources.ExecuteAsTemplate $mainScriptPath . }}
{{- end }}
2020-05-10 16:56:41 +02:00
<script src = '{{ $scripts.Permalink }}'></script>
2020-05-11 08:26:35 +02:00
<div id="fb-root"></div>
<script async defer src="https://connect.facebook.net/nl_BE/sdk.js#xfbml=1&version=v3.2"></script>