mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Support for hiding page header
This commit is contained in:
parent
37d74f3b85
commit
ca0e6f0a0e
@ -23,7 +23,9 @@
|
||||
{### PAGE BLOCK ###}
|
||||
{##################}
|
||||
<div class="post-block" lang="{{ page.lang }}">
|
||||
{%- include '_partials/page/page-header.njk' -%}
|
||||
{%- if page.header !== false %}
|
||||
{%- include '_partials/page/page-header.njk' -%}
|
||||
{%- endif %}
|
||||
{#################}
|
||||
{### PAGE BODY ###}
|
||||
{#################}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user