Delete themes/terminal/layouts/partials/footer.html.save
Some checks failed
Hugo / build (push) Has been cancelled

This commit is contained in:
brooke 2024-03-05 04:59:40 +00:00
parent 1567bdc363
commit f59a4843ee

View file

@ -1,18 +0,0 @@
<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><a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https$
</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" . }}