mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Support for link posts through the Link: metadata field
This commit is contained in:
parent
77b73d0ab2
commit
9f2ca43677
4 changed files with 18 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<dl class="row">
|
||||
{% for article in dates %}
|
||||
<dt class="col-sm-4">{{ article.locale_date }}</dt>
|
||||
<dd class="col-sm-8"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
|
||||
<dd class="col-sm-8"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}{% if article.link %} <i class="fas fa-link"></i>{% endif %}</a></dd>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue