From 889cb6bcf8532f6b92c69073c0241ce9590f4f15 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Fri, 17 Nov 2017 22:40:41 +0100 Subject: [PATCH] Typo fix --- .../content/documentation/themes/installing-and-using-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index 35d61ff..e3af6eb 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -35,7 +35,7 @@ directory. Here are a few examples of that, assuming the theme name is `simple-b ```plain templates/pages/post.html -> replace themes/simple-blog/pages/post.html templates/macros.html -> replace themes/simple-blog/macros.html -static/js/site.js -> replace themes/simple-blog/static/js/site.jss +static/js/site.js -> replace themes/simple-blog/static/js/site.js ``` Most themes will also provide some variables that are meant to be overriden: this happens in the `extra` section