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