hugo-theme-next/layouts/partials/head/config.html

10 lines
319 B
HTML
Raw Normal View History

<script class="next-config" data-name="page" type="application/json">
{{- dict
"isHome" .IsHome
"isPage" .IsPage
"comments" (.Params.comments | default .Site.Params.comments.enable)
"permalink" (.Page.Permalink | absURL)
"path" (.Page.Permalink | path.Base)
"title" .Page.Title
-}}
</script>