diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-01-19 08:47:10 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-01-19 08:47:22 +0100 |
commit | 4a07f38181a16dd5cfc93e8f07ac7f712dd593c1 (patch) | |
tree | 4671c82421d31f476d9bd1736ae57c30221dbe91 /templates | |
parent | a081afee5bc24289a775ddb1276bd5e1acc80eee (diff) |
Template for links added during the week
Diffstat (limited to 'templates')
-rw-r--r-- | templates/random_link_email.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/random_link_email.txt b/templates/random_link_email.txt new file mode 100644 index 0000000..bfb03e4 --- /dev/null +++ b/templates/random_link_email.txt @@ -0,0 +1,12 @@ +Ciao + +Ho appena aggiunto dei link al nostro `repository dei link`_, consultabile +anche sulla `linkopedia`_; qui sotto vedete i dettagli. + +.. _`repository dei link`: http://git.trueelena.org/cgit.cgi/bookmarks/gl-como/about/ +.. _linkopedia: https://linkopedia.gl-como.it/ + +{% for entry in entries %} +{{ entry.data.title }} + {{ entry.data.url }} + {{ entry.data.description | indent(width=2) }} {% endfor %} |