aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 22:49:25 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 22:49:25 +0300
commit4f7d33dd063cd14343ac058b3479473524043253 (patch)
tree7848547a3c0d0985adea6bd743e3ba4d86c15f68
parent12dbe3646ec4c645a84412d26c8a2e761e4f6cc5 (diff)
downloadpopov.link-4f7d33dd063cd14343ac058b3479473524043253.tar.xz
popov.link-4f7d33dd063cd14343ac058b3479473524043253.zip
Improved the list of links
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index cf822e1..f832ab4 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,7 +11,8 @@
<ul>
{% for contact in config.extra.contacts %}
<li>
- <span>{{ contact.title | safe }}:</span>
+ <span>{{ contact.title | safe }}</span>
+ <span>&mdash;</span>
<a href="{{ contact.url | safe }}" rel="nofollow" target="_blank">{{ contact.name | safe }}</a>
</li>
{% endfor %}