Kaynağa Gözat

docs: fix typo in comment (#1426)

auntiehuat 5 yıl önce
ebeveyn
işleme
d6b44a4e02

+ 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`. */}}