Revert "Relative links for everything"

This reverts commit ff484f854e.
This commit is contained in:
2020-05-31 21:59:18 +02:00
parent aadcc8ee6c
commit a5d0f0f6ab
10 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -13,13 +13,13 @@
<article class="hentry">
<header>
<h2 class="entry-title">
<a href="./{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a>
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a>
</h2>
<div class="post-info">
<time class="published" datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time>
<address class="vcard author">By
{% for author in article.authors %}
<a class="url fn" href="./{{ author.url }}">{{ author }}</a>
<a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
</address>
</div><!-- /.post-info -->