layouts/partials/footer.html: update comments for terminal update
This commit is contained in:
parent
69fee83410
commit
0dcdcd265e
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/mas
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- REQUIRED FOR PRISMJS: -->
|
<!-- REQUIRED FOR SYNTAX HIGHLIGHTING: -->
|
||||||
|
|
||||||
{{ $menu := resources.Get "js/menu.js" | js.Build }}
|
{{ $menu := resources.Get "js/menu.js" | js.Build }}
|
||||||
{{ $cp := resources.Get "js/code.js" | js.Build }}
|
{{ $cp := resources.Get "js/code.js" | js.Build }}
|
||||||
|
@ -36,5 +36,5 @@ licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/mas
|
||||||
|
|
||||||
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
|
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
|
||||||
|
|
||||||
<!-- /end prismjs stuff -->
|
<!-- /end syntax highlighting stuff -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue