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
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
GET https://mark2web.basiscms.de/api/collections/get/mark2webBlog
?sort[date]=-1
&limit=101
&token=89ff216524093123bf7a0a10f7b273
&token=985cee34099f4d3b08f18fc22f6296
###

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