mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Support for hiding page header
This commit is contained in:
parent
37d74f3b85
commit
ca0e6f0a0e
@ -23,7 +23,9 @@
|
|||||||
{### PAGE BLOCK ###}
|
{### PAGE BLOCK ###}
|
||||||
{##################}
|
{##################}
|
||||||
<div class="post-block" lang="{{ page.lang }}">
|
<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 ###}
|
{### PAGE BODY ###}
|
||||||
{#################}
|
{#################}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user