Headers refer directly to links on RSS, links have authors
This commit is contained in:
parent
9cf54ebca3
commit
01307f75f8
213 changed files with 283 additions and 22 deletions
|
|
@ -79,7 +79,13 @@
|
|||
{% for link in links.pages %}
|
||||
<li>
|
||||
<span class="post-date">{{ link.date | date(format="%Y-%m-%d") }}</span>
|
||||
<a href="{{ link.extra.url | safe }}">{{ link.title }}</a>
|
||||
<a href="
|
||||
{%- if link.content -%}
|
||||
{{ link.permalink | safe }}
|
||||
{%- else -%}
|
||||
{{ link.extra.url | safe }}
|
||||
{%- endif -%}
|
||||
">{{ link.title }}</a>
|
||||
</li>
|
||||
{% if loop.index == 5 %}{% break %}{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue