hugo-theme-next/layouts/partials/head/config.html
2022-07-22 18:35:04 +08:00

10 lines
319 B
HTML

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