From f62ec679cca37ee7fcd6d4f00f34cb02ef7ff952 Mon Sep 17 00:00:00 2001 From: terrtia Date: Mon, 19 Feb 2024 16:07:14 +0100 Subject: [PATCH] chg: [vanity] vanity tree, add links --- .../crawler/crawler_splash/explorer_vanity_domains.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/www/templates/crawler/crawler_splash/explorer_vanity_domains.html b/var/www/templates/crawler/crawler_splash/explorer_vanity_domains.html index 5a251a78..ae5bdefa 100644 --- a/var/www/templates/crawler/crawler_splash/explorer_vanity_domains.html +++ b/var/www/templates/crawler/crawler_splash/explorer_vanity_domains.html @@ -41,13 +41,13 @@ {% if vanities_tree | length > 1 %} {% for vanity in vanities_tree[:-1] %} - {{ vanity }} + {{ vanity }} {% endfor %} {{ vanities_tree[-1] }} {% else %} {% for vanity in vanities_tree %} - {{ vanity }} + {{ vanity }} {% endfor %} {% endif %}