forked from MarseyWorld/MarseyWorld
same as last commit
parent
90c10e76e7
commit
9d081d093b
|
@ -25,9 +25,8 @@
|
|||
'"', title, '"'] | join %}
|
||||
{% endif %}
|
||||
|
||||
{% set author, description, a_author, published, modified, url =
|
||||
'@'+p.author_name, p.plainbody(v), '@'+p.author_name,
|
||||
p.created_datetime, p.edited_string, p.permalink %}
|
||||
{% set description, published, modified, url =
|
||||
p.plainbody(v), p.created_datetime, p.edited_string, p.permalink %}
|
||||
|
||||
{% elif '@' in request.path and u %}
|
||||
{% set author, a_author, published, url, title, image, section =
|
||||
|
|
Loading…
Reference in New Issue