| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Trailing slash on void elements is evil.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the issue getpelican/pelican-themes#483 which was
supposed to be fixed by #506 (and commit
f1a4bba40281fa21816d6619d32136fc6a8f086d), but two occurences of
the problem were missed.
Basically, as
https://github.com/getpelican/pelican/issues/1591#issuecomment-70272693
says:
> For future reference: Don't use sort in templates on articles.
|
|
|
|
|
|
| |
{% for article in articles | sort %} resulted in:
"CRITICAL: unorderable types: Article() < Article()"
|
|
|
|
|
| |
Solving http://docs.getpelican.com/en/latest/faq.html\#since-i-upgraded-pelican-my-pages-are-no-longer-rendered
And https://github.com/getpelican/pelican-themes/issues/437
|
| |
|
|\
| |
| | |
Changed URL to modernizer.js
|
| |
| |
| |
| |
| |
| | |
I get:
WARNING:root:Unable to find file /theme/js/custom.modernizr.js/index.html or variations.
if I generate the site as-is.
Either it links to the one in /vendor or the existing one in /js (called modernizer.js)
|
| | |
|
|/
|
| |
body and html end tag are missing
|
|
|