summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-10-23 13:55:20 +0300
committerYuval Adam <_@yuv.al>2022-10-23 13:55:20 +0300
commit3f53790f55f8abc2a5cc635a1fe58568ecfd6184 (patch)
tree4a30ffcccedcd6f7f5139bfeffb8331fb41cd481
parent9d14b0297eb7e0d8e40ba482acb632dc1a61517a (diff)
Update index template
-rw-r--r--templates/index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html
index cde0a53..a740c34 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,11 +20,7 @@
<body>
{% for name in names %}
- <p>
- <div>{{name.domain}}</div>
- <div>{{name.name}}</div>
- <div>{{name.email}}</div>
- </p>
+ <a href="{{ name.domain }}">{{name.name}} - {{name.domain}}</a>
{% endfor %}
</body>
</html>