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
|
|
@ -0,0 +1,5 @@
|
|||
<h1>{{ article.title }}</h1>
|
||||
{% for tag in article.tags %}
|
||||
{{ tag }}
|
||||
{% endfor %}
|
||||
{{ article.content }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue