@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: splash
|
||||
permalink: /
|
||||
hidden: true
|
||||
header:
|
||||
overlay_color: "#5e616c"
|
||||
overlay_image: /assets/images/mm-home-page-feature.jpg
|
||||
@@ -34,4 +35,4 @@ feature_row:
|
||||
btn_label: "Learn more"
|
||||
---
|
||||
|
||||
{% include feature_row %}
|
||||
{% include feature_row %}
|
||||
|
||||
@@ -6,5 +6,7 @@ author_profile: false
|
||||
---
|
||||
|
||||
{% for post in site.pages %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
{% unless post.hidden %}
|
||||
{% include archive-single.html %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user