From 9dc81968cbaa20d13b3edc7a1a1ad17649df6f9c Mon Sep 17 00:00:00 2001 From: Henri Dickson <90480431+alphatownsman@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:49:58 -0500 Subject: [PATCH] add post rss url in user home page --- journal/templates/profile.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/journal/templates/profile.html b/journal/templates/profile.html index 5727d218..fa625fe1 100644 --- a/journal/templates/profile.html +++ b/journal/templates/profile.html @@ -17,11 +17,18 @@ - {% if not identity.anonymous_viewable %}{% endif %} - + {% if identity.local and identity.anonymous_viewable %} + + + {% else %} + + {% endif %} {% include "common_libs.html" %} {% include "_footer.html" %} - {% if identity.user and identity.user.mastodon %} + {% if identity.local and identity.user.mastodon %} Mastodon verification {% endif %}