diff --git a/files/templates/home.html b/files/templates/home.html index 669d51ada..2213add17 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -39,21 +39,19 @@ {% if sub %} {% if v %} - {%- set hole_prefix = '/h/' if not HOLE_STYLE_FLAIR else '' -%} - {% if sub.stealth %} - - + + {% else %} - - + + {% endif %} - - + + {% else %} - Block {{hole_prefix}}{{sub.name}} - Follow {{hole_prefix}}{{sub.name}} + Block /h/{{sub.name}} + Follow /h/{{sub.name}} {% endif %} {% endif %}