fixed blog details body
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9f45010228
commit
2f114885ac
@ -1,7 +1,7 @@
|
|||||||
GET https://mark2web.basiscms.de/api/collections/get/mark2webBlog
|
GET https://mark2web.basiscms.de/api/collections/get/mark2webBlog
|
||||||
?sort[date]=-1
|
?sort[date]=-1
|
||||||
&limit=101
|
&limit=101
|
||||||
&token=89ff216524093123bf7a0a10f7b273
|
&token=985cee34099f4d3b08f18fc22f6296
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ This:
|
|||||||
EntriesAttribute: entries
|
EntriesAttribute: entries
|
||||||
GoTo: '{{ date }}-{{ title }}'
|
GoTo: '{{ date }}-{{ title }}'
|
||||||
Navname: '{{ title }}'
|
Navname: '{{ title }}'
|
||||||
Body: '{{ body }}'
|
Body: '{{ body|safe }}'
|
||||||
Template: base_blog_details.html
|
Template: base_blog_details.html
|
||||||
DataKey: details
|
DataKey: details
|
||||||
Hidden: true # hide from nav, but use this feature for rendering detail sites
|
Hidden: true # hide from nav, but use this feature for rendering detail sites
|
||||||
@ -17,7 +17,7 @@ This:
|
|||||||
EntriesAttribute: entries
|
EntriesAttribute: entries
|
||||||
GoTo: '{{ date }}-{{ title }}'
|
GoTo: '{{ date }}-{{ title }}'
|
||||||
Navname: '{{ title }}'
|
Navname: '{{ title }}'
|
||||||
Body: '{{ body }}'
|
Body: '{{ body|safe }}'
|
||||||
Template: base_blog_details.html
|
Template: base_blog_details.html
|
||||||
DataKey: details
|
DataKey: details
|
||||||
Hidden: true
|
Hidden: true
|
||||||
|
Loading…
Reference in New Issue
Block a user