{% set base = "https://laumann.xyz" %} laumann.xyz {{ base }} laumann.xyz {% for article in contents %} {% if article.date %} {{ article.title | striptags }} {{ base }}{{ article.url }} {{ base }}{{ article.url }} {{ article.date_rfc822 }} {% if article.excerpt %} {{ article.excerpt | escape }} {% endif %} {% endif %} {% endfor %}