2020-07-01 10:13:21 +08:00

15 lines
347 B
Plaintext

{{ open_graph() }}
{{ canonical() }}
{# Exports some front-matter variables to Front-End #}
<script{{ pjax }} id="page-configurations">
// https://hexo.io/docs/variables.html
CONFIG.page = {
sidebar: {{ page.sidebar | safedump }},
isHome : {{ is_home() }},
isPost : {{ is_post() }},
lang : '{{ page.lang }}'
};
</script>