Browse Source

Merge pull request #177 from tvincent2/patch-1

Typo fix
index-subcmd
Vincent Prouillet GitHub 6 years ago
parent
commit
64ea51b388
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/documentation/themes/installing-and-using-themes.md

+ 1
- 1
docs/content/documentation/themes/installing-and-using-themes.md View File

@@ -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


Loading…
Cancel
Save