-
`liquid_tags` fails to render inline math for me. I managed to have inline math rendered properly when using "plain" markdown. See for example [this example](http://drorata.github.io/posts/2017/Jan/13…
-
Specifically if I use python3.6 or 3.3, I get empty summaries in my index.html. When I switch to python2.7 it works fine again.
I did not see any errors/warnings in the output. `pelican -v` did not…
-
hi,
I create my personnal pelican template.
In the hope of one day sharing this...
But, for my use, i just want a french website.
I found and tried " i18n_subsites " plugin and i 've not succeeded …
-
Hello Mosra,
I downloaded your repo and ran "pelican content" on Ubuntu with a fresh virtualenv with python 3.6. I'm running into the following error:
`WARNING: Unpatched Pelican
-
As described above I want to have the captions (from captions.txt) to be shown under the photo in the gallery.
Is this possible?
-
```
CRITICAL: UndefinedError: list object has no element 0
```
Is the right error there. The template is trying to access what is not there
A helpful
```
NOTICE: 0 articles found
```
bef…
-
For a theme I'm creating, I want to use the metadata `summary` as a lead paragraph for articles/pages:
```html
{% if article.summary %}
{{ article.summary }}
{% endif %}
```…
-
Issue to document so options for site search:
Option 1. From @timrobertson100 :
> just spotted “Google has discontinued sale/renewal of the Google Site Search since Apr 1 2017. The product will …
-
Hello,
I run into pelican. I wanted to improve the build system. The way it is done now is to generate everything from the whole set of source files. I think this needs to be removed/upgraded.
Why…
-
# Environment
- Pelican 3.7.1
# My Goal
I would like to have the following two things in my rendered `index.html`.
- A list of latest articles.
- Custom content from a .rst file (so use…