fixed bugs in community profile

This commit is contained in:
2025-10-18 16:45:43 -06:00
parent 83bd817630
commit 94c3877819
8 changed files with 80 additions and 25 deletions
+2 -2
View File
@@ -114,8 +114,8 @@
{{ if isset(homePage) }}
<div>
<strong>Homepage:</strong>
<a href="{{ homepage }}" target="_blank"
class="text-blue-700 hover:text-blue-900">{{ homepage }}</a>
<a href="{{ homePage }}" target="_blank"
class="text-blue-700 hover:text-blue-900">{{ homePage }}</a>
</div>
{{ end }}
</div>