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:
Oscar Cortez 2015-07-14 15:42:11 -06:00
parent c0ee41733f
commit 14992ea3e9
4 changed files with 84 additions and 0 deletions

View file

@ -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 %}