layouts/partials/footer.html: update comments for terminal update

This commit is contained in:
revsuine 2025-06-03 15:08:13 +01:00
parent 69fee83410
commit 0dcdcd265e
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -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 -->