2022-07-22 17:16:34 +08:00
|
|
|
<script class="next-config" data-name="page" type="application/json">
|
2022-07-22 18:35:04 +08:00
|
|
|
{{- dict
|
2022-07-22 17:16:34 +08:00
|
|
|
"isHome" .IsHome
|
|
|
|
"isPage" .IsPage
|
2022-07-22 18:35:04 +08:00
|
|
|
"comments" (.Params.comments | default .Site.Params.comments.enable)
|
2022-07-22 17:16:34 +08:00
|
|
|
"permalink" (.Page.Permalink | absURL)
|
|
|
|
"path" (.Page.Permalink | path.Base)
|
|
|
|
"title" .Page.Title
|
2022-07-22 18:35:04 +08:00
|
|
|
-}}
|
2022-07-22 17:16:34 +08:00
|
|
|
</script>
|