adding DM view options
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
title: {{ title }}
|
||||
author: {{ author if author else 'evilchili' }}
|
||||
show_dm_content: False
|
||||
tags: {{ tags }}
|
||||
{% if date %}
|
||||
date: {{ date }}
|
||||
@@ -10,6 +11,6 @@ date: {{ date }}
|
||||
{% if summary %}
|
||||
summary: {{summary}}
|
||||
{% endif %}
|
||||
status: {{ status if status else 'draft' }}
|
||||
status: {{ status if status else 'publish }}
|
||||
---
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ tags: {{ tags or 'region'}}
|
||||
date: {{ date }}
|
||||
{% endif %}
|
||||
template: region
|
||||
show_dm_content: False
|
||||
{% if summary %}
|
||||
summary: {{summary}}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user