fixed blog details body
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-12 14:56:00 +01:00
parent 9f45010228
commit 2f114885ac
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ This:
EntriesAttribute: entries
GoTo: '{{ date }}-{{ title }}'
Navname: '{{ title }}'
Body: '{{ body }}'
Body: '{{ body|safe }}'
Template: base_blog_details.html
DataKey: details
Hidden: true # hide from nav, but use this feature for rendering detail sites
@@ -17,7 +17,7 @@ This:
EntriesAttribute: entries
GoTo: '{{ date }}-{{ title }}'
Navname: '{{ title }}'
Body: '{{ body }}'
Body: '{{ body|safe }}'
Template: base_blog_details.html
DataKey: details
Hidden: true