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"