Bob Mottram 8 years ago
parent
commit
5481c1fb42
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-htmly

+ 1
- 1
src/freedombone-app-htmly View File

@@ -154,7 +154,7 @@ function install_interactive_htmly {
154 154
     fi
155 155
 
156 156
     if [[ $ONION_ONLY != "no" ]]; then
157
-        HTMLY_TITLE='My Htmly'
157
+        HTMLY_TITLE='My Htmly Blog'
158 158
         HTMLY_DOMAIN_NAME='htmly.local'
159 159
         write_config_param "HTMLY_TITLE" "$HTMLY_TITLE"
160 160
         write_config_param "HTMLY_DOMAIN_NAME" "$HTMLY_DOMAIN_NAME"