head-unique.swig 333 B

1234567891011121314
  1. {{ open_graph() }}
  2. {{ canonical() }}
  3. {# Exports some front-matter variables to Front-End #}
  4. <script id="page-configurations">
  5. // https://hexo.io/docs/variables.html
  6. CONFIG.page = {
  7. sidebar: {{ page.sidebar | json }},
  8. isHome : {{ is_home() }},
  9. isPost : {{ is_post() }},
  10. lang : '{{ page.lang }}'
  11. };
  12. </script>