Your Name 3 년 전
부모
커밋
6300d13ae2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      webSite/config.toml

+ 2 - 1
webSite/config.toml

@@ -118,7 +118,8 @@ paginate = 10
       """
 
 [permalinks]
-    blog = "/blog/:year/:month/:day/:filename/"
+#    blog = "/blog/:year/:month/:day/:filename/"
+    blog = "/interior/:filename/"
 
 # Enable or disable top bar with social icons
 [params.topbar]