mycelia.blog/themes/terminal/layouts/partials/footer.html
2023-10-22 01:35:39 -04:00

18 lines
695 B
HTML
Executable file

<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
</div>
</div>
</footer>
{{ $menu := resources.Get "js/menu.js" | js.Build }}
{{ $prism := resources.Get "js/prism.js" | js.Build }}
{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }}
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
<!-- Extended footer section-->
{{ partial "extended_footer.html" . }}