1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates
Brendan Wholihan 94877e033b So that Authors display and output can be disabled for single user sites, allow the AUTHOR setting to be set to an empty string ''.
An author is needed, but was defaults to OS user, or 'John Doe'. If a blank author is provided, it generated authors/.html file, and templates display just "by "
Updated generators.py and templates to ignore Authors objects which have a blank name
2012-10-18 19:55:00 +01:00
..
archives.html prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged 2012-05-07 23:07:44 +02:00
article.html So that Authors display and output can be disabled for single user sites, allow the AUTHOR setting to be set to an empty string ''. 2012-10-18 19:55:00 +01:00
author.html Added the author.html template to the simple theme. 2011-07-19 12:18:14 +02:00
base.html Apply the string formatting to {TAG,CATEGORY}_FEED urls. 2012-10-12 23:01:50 +02:00
categories.html Create a Category class which has a url property 2012-03-06 16:39:07 +00:00
category.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00
gosquared.html added GoSquared support 2012-06-14 23:04:23 +02:00
index.html So that Authors display and output can be disabled for single user sites, allow the AUTHOR setting to be set to an empty string ''. 2012-10-18 19:55:00 +01:00
page.html Add the page.html template to the "simple" theme. Fix #2. 2010-11-08 23:04:00 +00:00
pagination.html Don't duplicate html across themes 2012-05-14 18:46:27 +01:00
tag.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00
tags.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00