From a8920766205ee80278f0569d4fdeea8a8b77738d Mon Sep 17 00:00:00 2001 From: vimux Date: Thu, 29 Aug 2019 14:31:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e197633..8b33135 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ your Hugo site: customCSS = ["css/custom.css", "css/another.css"] ``` -All these CSS files will be added through the `head.html` partial after the built-in CSS file. +All custom CSS files will be added in the `head` section of a `baseof.html` right after the built-in CSS file. #### Post Meta