From a222d5d1c5744487638f75e62b120d8d361b1726 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sat, 26 Nov 2022 20:33:38 -0800 Subject: [PATCH] minor tweaks to user page warnings --- templates/user.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/user.html b/templates/user.html index df5e460..dbf10a0 100644 --- a/templates/user.html +++ b/templates/user.html @@ -7,11 +7,12 @@ {% if user.has_redirects == False %}
+ Next step to set up your site: - Set up the /.well-known/ redirects. + add the .well-known redirects. - +
{% endif %} @@ -19,11 +20,12 @@ {% if user.has_hcard == False %}
+ Next step to set up your site: - Add a representative h-card. + add a representative h-card. - +
{% endif %}