Create highlight post layout
for use in the templates only include in the site settings post_type: highlight for now this is static
This commit is contained in:
parent
c0ee41733f
commit
14992ea3e9
4 changed files with 84 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
<main class="mdl-layout__content">
|
||||
<div class="page-content">
|
||||
{% if site.post_type == 'highlight' %}
|
||||
{% include highlight_post.html %}
|
||||
{% endif %}
|
||||
{{ content }}
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue