blob: bfb03e4db7b801e919646897f4eea310a793dc4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}
|