Zebra/themes/casper/layouts/partials/footer.html

16 lines
837 B
HTML

<footer class="site-footer clearfix">
<section class="copyright"><a href="">{{.Site.Title}}</a> {{.Site.Copyright | safeHTML}}</section>
{{if ne .Site.Params.hideHUGOSupport true}}
<section class="poweredby">Proudly generated by <a class="icon-hugo" href="http://gohugo.io">HUGO</a>, with <a class="icon-theme" href="https://github.com/vjeantet/hugo-theme-casper">Casper</a> theme</section>
{{end}}
</footer>
</div>
<script type="text/javascript" src="{{"js/jquery.js" | relURL}}"></script>
<script type="text/javascript" src="{{"js/jquery.fitvids.js" | relURL}}"></script>
<script type="text/javascript" src="{{"js/index.js" | relURL}}"></script>
{{ if .Site.Params.customFooterPartial }}
{{ partial .Site.Params.customFooterPartial . }}
{{ end }}
</body>
</html>