This commit is contained in:
Thomas Vincent 2017-11-17 22:40:41 +01:00 committed by GitHub
parent c0c187c955
commit 889cb6bcf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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