Delete themes/terminal/layouts/partials/footer.html.save.1
All checks were successful
Hugo / build (push) Successful in 22s
All checks were successful
Hugo / build (push) Successful in 22s
This commit is contained in:
parent
f59a4843ee
commit
af82fd34a4
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +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>>
|
|
||||||
|
|
||||||
{{ $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" . }}
|
|
Loading…
Add table
Reference in a new issue