This website requires JavaScript.
Explore
Help
Sign in
weeheavy
/
pelican-theme
Watch
1
Star
0
Fork
You've already forked pelican-theme
0
forked from
github/pelican
Code
Pull requests
Activity
0087d5fae9
pelican-theme
/
pelican
/
templates
/
index.html
4 lines
102 B
HTML
Raw
Normal View
History
Unescape
Escape
First import.
2010-08-14 05:45:16 +02:00
{% for article in articles %}
Add UTF-8 Support + Pygments library.
2010-08-17 15:04:12 +02:00
<
h2
>
{{ article.title }}
<
/
h2
>
First import.
2010-08-14 05:45:16 +02:00
{{ article.content }}
{% endfor %}
Copy permalink