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
|
|
@ -40,7 +40,7 @@
|
|||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h4 class="title">
|
||||
<a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a>
|
||||
<a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}{% if article.link %} <i class="fas fa-link"></i>{% endif %}</a>
|
||||
</h4>
|
||||
<div class="content">
|
||||
{{ article.summary|striptags }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue