mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
{{ open_graph() }}
|
|
|
|
{{ canonical() }}
|
|
|
|
{# Exports some front-matter variables to Front-End #}
|
|
<script{{ pjax }} class="page-configurations">
|
|
// https://hexo.io/docs/variables.html
|
|
CONFIG.page = {
|
|
sidebar: {{ page.sidebar | safedump }},
|
|
isHome : {{ is_home() }},
|
|
isPost : {{ is_post() }},
|
|
lang : '{{ page.lang }}'
|
|
};
|
|
</script>
|