use templates to create the feed entries

This commit is contained in:
Sebastian Hugentobler 2023-11-27 10:49:50 +01:00
parent dc9b13c563
commit 75c5a47449
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
5 changed files with 33 additions and 22 deletions

View file

@ -0,0 +1,7 @@
{{ text }} <br /><br />
--- <br /><br />
from <a href="{{ page_url }}">page {{ page }}</a>
{% for img in images %}
<img src="{{ img }}" /><br />
{% endfor %}