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
83a8059d02
pelican-theme
/
pelican
/
themes
/
notmyidea
/
templates
/
category.html
2 lines
90 B
Django/Jinja
Raw
Normal View
History
Unescape
Escape
Add a base URL to the template context, fix the notmyidea theme to be a bit more prettier.
2010-09-24 20:30:09 +01:00
{%
extends
"index.html"
%}
Add the category name in the title page
2010-12-17 09:31:20 +01:00
{%
block
title
%}
{{
SITENAME
}}
-
{{
category
}}
{%
endblock
%}
Copy permalink