comment in footer
This commit is contained in:
parent
2a189f340c
commit
77602fcc97
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ href="https://github.com/panr/hugo-theme-terminal">Theme</a> by <a href="https:/
|
|||
licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md">MIT licence</a>.</p>
|
||||
</footer>
|
||||
|
||||
<!-- REQUIRED FOR PRISMJS: -->
|
||||
|
||||
{{ $menu := resources.Get "js/menu.js" | js.Build }}
|
||||
{{ $prism := resources.Get "js/prism.js" | js.Build }}
|
||||
|
||||
|
@ -16,3 +18,5 @@ licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/mas
|
|||
|
||||
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
|
||||
|
||||
<!-- /end prismjs stuff -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue