slightly nicer styling for link to duplicates
This commit is contained in:
parent
e93b9e8891
commit
7aca475393
1 changed files with 5 additions and 8 deletions
|
@ -46,17 +46,14 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if entry._syndicated_copies %}
|
||||
<div>
|
||||
Also on
|
||||
{% for copy in entry._syndicated_copies %}
|
||||
{{ copy.permalink | domain_for_url }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<footer>
|
||||
<a href="{{ entry.permalink }}">{{ entry.published | relative_time }}</a>
|
||||
|
||||
{% if entry._syndicated_copies %}
|
||||
(also on{% for copy in entry._syndicated_copies %} <a href="{{ copy.permalink }}">{{ copy.permalink | domain_for_url }}</a>{% endfor %})
|
||||
{% endif %}
|
||||
|
||||
<div class="reply-area">
|
||||
{% include '_reply.jinja2' with context %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue