Browse Source

docs: fix typo in comment (#1426)

auntiehuat 5 years ago
parent
commit
d6b44a4e02
2 changed files with 4 additions and 4 deletions
  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! */}}
 {{/* 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! */}}
 {{/* 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`. */}}