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