mycelia.blog/themes/terminal/layouts/partials/footer.html
brooke 4438d43491
All checks were successful
Hugo / build (push) Successful in 40s
Update themes/terminal/layouts/partials/footer.html
2024-03-05 05:00:31 +00:00

17 lines
752 B
HTML
Executable file

<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span><a href="https://creativecommons.org/licenses/by/4.0/">CC</a> :: built on <a href="http://gohugo.io">Hugo</a> :: <a href="https://git.myco.systems/mycosystems/coop.myco.systems" target="_blank">Source</a> :: <a href="https://myco.systems" target="_blank">myco.systems</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" . }}