diff --git a/src/freedombone-app-htmly b/src/freedombone-app-htmly
index 8427a026..7835f1b3 100755
--- a/src/freedombone-app-htmly
+++ b/src/freedombone-app-htmly
@@ -154,7 +154,7 @@ function install_interactive_htmly {
fi
if [[ $ONION_ONLY != "no" ]]; then
- HTMLY_TITLE='My Htmly'
+ HTMLY_TITLE='My Htmly Blog'
HTMLY_DOMAIN_NAME='htmly.local'
write_config_param "HTMLY_TITLE" "$HTMLY_TITLE"
write_config_param "HTMLY_DOMAIN_NAME" "$HTMLY_DOMAIN_NAME"