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
fad2ff7ae3
pelican-theme
/
pelican
/
themes
/
notmyidea
/
templates
/
category.html
2 lines
100 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"
%}
Strip HTML tags from SITENAME inside title tags. Fixes #3147 (#3149)
2023-10-28 14:24:16 +02:00
{%
block
title
%}
{{
SITENAME
|
striptags
}}
-
{{
category
}}
{%
endblock
%}
Copy permalink