浏览代码

docs: fix typo in comment (#1426)

auntiehuat 5 年之前
父节点
当前提交
d6b44a4e02
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      layouts/partials/custom_head.html
  2. 2 2
      layouts/partials/custom_js.html

+ 2 - 2
layouts/partials/custom_head.html

@@ -1,4 +1,4 @@
 {{/* Do not directly modify this file! */}}
-{{/* Instead, create a `layout/partials/custom_head.html` file in your site and add your code to it. */}}
+{{/* Instead, create a `layouts/partials/custom_head.html` file in your site and add your code to it. */}}
 
-{{/* This partial is included in `themes/academic/layout/partials/site_head.html`. */}}
+{{/* This partial is included in `themes/academic/layouts/partials/site_head.html`. */}}

+ 2 - 2
layouts/partials/custom_js.html

@@ -1,4 +1,4 @@
 {{/* Do not directly modify this file! */}}
-{{/* Instead, create a `layout/partials/custom_js.html` file in your site and add your code to it. */}}
+{{/* Instead, create a `layouts/partials/custom_js.html` file in your site and add your code to it. */}}
 
-{{/* This partial is included in `themes/academic/layout/partials/site_js.html`. */}}
+{{/* This partial is included in `themes/academic/layouts/partials/site_js.html`. */}}