10 lines
319 B
HTML
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> |