Fix up profile tmeplate just a bit.

This commit is contained in:
Storm Dragon
2025-07-30 19:36:00 -04:00
parent 1df027c20f
commit 063229e796
+1 -2
View File
@@ -11439,10 +11439,9 @@ EOF
# Always add commented examples for guidance
print TEMPLATE "# \n";
print TEMPLATE "# Examples (uncomment and edit to use):\n";
print TEMPLATE "# custom_field = GitHub = yourusername\n";
print TEMPLATE "# custom_field = XMPP = you.xmpp.domain\n";
print TEMPLATE "# custom_field = Matrix = \@you:matrix.org\n";
print TEMPLATE "# custom_field = Blog = https://myblog.com\n";
print TEMPLATE "# custom_field = Website = https://yoursite.com\n";
close(TEMPLATE);
chmod(0600, $profile_path); # Keep private