forked from github/pelican
Add UTF-8 Support + Pygments library.
This commit is contained in:
parent
00cf9644d8
commit
0087d5fae9
4 changed files with 29 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% for article in articles %}
|
||||
{{ article.title }}
|
||||
<h2>{{ article.title }}</h2>
|
||||
{{ article.content }}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue