Bob Mottram 8 年 前
コミット
5481c1fb42
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-htmly

+ 1
- 1
src/freedombone-app-htmly ファイルの表示

@@ -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"