1
0
Fork 0
Commit Graph

3 Commits (d0f2b071a967f100e9dc3dcffdb9fe220cac0a9d)

Author SHA1 Message Date
LEdoian d0f2b071a9 Jinja: Forbid stripping newlines
This creates a bit prettier theme output. When newlines from ends are
stripped, constructions like
```
<header>
{% include "header.html" %}
</header>
```
end compiled with the ending tag at last line of the include

I think it is a bit shame that Pelican does not have any method to
configure Jinja from the theme itself, since this is more theme-related
than content-related.
2 years ago
LEdoian 4dd2edb720 Set SITEURL 2 years ago
LEdoian 8b7e357ea6 Add Makefile and basic config 2 years ago