diff --git a/webinterface.py b/webinterface.py
index 7be37d29..75923b41 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -481,7 +481,7 @@ def individualPostAsHtml(baseDir: str, \
' ' \
' '
- if fullDomain+'/users/'+nickname not in postJsonObject['actor']:
+ if showAvatarDropdown and fullDomain+'/users/'+nickname not in postJsonObject['actor']:
# if not following then show "Follow" in the dropdown
followUnfollowStr='Follow'
# if following then show "Unfollow" in the dropdown