1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
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
test-theme/templates Add skeleton of the theme 2 years ago
.gitignore Ignore Python cache 2 years ago
gen Replace Makefile with gen 2 years ago
pelicanconf.py Jinja: Forbid stripping newlines 2 years ago
requirements.txt Add requirements file 2 years ago