hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

before-body-end.html (201B)

    1 {{ if .Page.Store.Get "hasMermaid" }}
    2   <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
    3   <script>
    4     mermaid.initialize({ startOnLoad: true });
    5   </script>
    6 {{ end }}