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
4e438ffe60
pelican-theme
/
pelican
/
themes
/
notmyidea
/
templates
/
author.html
2 lines
98 B
Django/Jinja
Raw
Normal View
History
Unescape
Escape
Added author.html and authors.html templates and modified the docs accordingly
2011-07-16 00:44:36 +02: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
}}
-
{{
author
}}
{%
endblock
%}
Copy permalink