diff --git a/src/freedombone-app-htmly b/src/freedombone-app-htmly
index 8427a0265065dfa22b8c63d5efe60eb59ca192c7..7835f1b3347eda761ad68ebfd09ccc25a82392a9 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"