David Beitey
|
e042e11c23
|
Add new option for controlling whether to display categories on menu or not
Conflicts:
docs/changelog.rst
pelican/tests/output/basic/tag/bar.html
pelican/tests/output/basic/tag/baz.html
pelican/tests/output/basic/tag/foo.html
pelican/tests/output/custom/tag/bar.html
pelican/tests/output/custom/tag/baz.html
pelican/tests/output/custom/tag/foo.html
|
2013-04-01 22:08:13 +10:00 |
|
tehkonst
|
ab035795bc
|
fix slug for feed urls
Conflicts:
pelican/contents.py
|
2013-03-10 23:41:02 -07:00 |
|
jawher
|
fd18f2efa9
|
Generate links for FEED_ALL_ATOM and FEED_ALL_RSS in the simple them's head.
|
2012-11-12 23:01:17 +01:00 |
|
Chris Streeter
|
d718bc2eba
|
Apply the string formatting to {TAG,CATEGORY}_FEED urls.
|
2012-10-12 23:01:50 +02:00 |
|
Alexis Metaireau
|
f3280071c1
|
change the link to pelican in the default theme
|
2012-07-27 00:31:02 +02:00 |
|
tBunnyMan
|
4a9d2e86cf
|
Moved all rss headers from FAQ into base
|
2012-07-16 14:52:19 -07:00 |
|
Kyle Fuller
|
2c1c05923d
|
Fix a broken URL in the simple template
|
2012-05-14 18:33:49 +01:00 |
|
Bruno Binet
|
bfd0e63e3d
|
fix pages urls
|
2012-03-06 16:41:36 +00:00 |
|
Justin Mayer
|
4861a15774
|
Update outdated links to documentation and add Contribute link to README for issue #227
|
2012-03-06 08:12:15 -08:00 |
|
Skami18
|
55bc684380
|
Added a head block to the simple theme. The html lang attribute of the simple theme now depends of the DEFAULT_LANG variable.
|
2011-07-21 19:10:38 +02:00 |
|
Skami18
|
dc8b168fc1
|
Improved the menu in themes/simple/templates/index.html. Added a #menu id
|
2011-07-21 18:43:18 +02:00 |
|
derdon
|
ac391479f2
|
fixed link to pelican homepage in the simple theme
|
2011-04-26 13:44:26 +02:00 |
|
Laureline Guerin
|
17fe724ca4
|
Fix category url in base template - simple theme
|
2011-02-15 13:53:20 +01:00 |
|
Alexis Metaireau
|
41a5f390fb
|
Put the notmyidea theme by default.
--HG--
rename : samples/themes/notmyidea/css/main.css => pelican/themes/notmyidea/css/main.css
rename : samples/themes/notmyidea/css/pygment.css => pelican/themes/notmyidea/css/pygment.css
rename : samples/themes/notmyidea/css/reset.css => pelican/themes/notmyidea/css/reset.css
rename : samples/themes/notmyidea/images/icons/delicious.png => pelican/themes/notmyidea/images/icons/delicious.png
rename : samples/themes/notmyidea/images/icons/lastfm.png => pelican/themes/notmyidea/images/icons/lastfm.png
rename : samples/themes/notmyidea/images/icons/rss.png => pelican/themes/notmyidea/images/icons/rss.png
rename : samples/themes/notmyidea/images/icons/twitter.png => pelican/themes/notmyidea/images/icons/twitter.png
rename : samples/themes/notmyidea/templates/archives.html => pelican/themes/notmyidea/templates/archives.html
rename : samples/themes/notmyidea/templates/article.html => pelican/themes/notmyidea/templates/article.html
rename : samples/themes/notmyidea/templates/base.html => pelican/themes/notmyidea/templates/base.html
rename : samples/themes/notmyidea/templates/categories.html => pelican/themes/notmyidea/templates/categories.html
rename : samples/themes/notmyidea/templates/category.html => pelican/themes/notmyidea/templates/category.html
rename : samples/themes/notmyidea/templates/index.html => pelican/themes/notmyidea/templates/index.html
rename : samples/themes/notmyidea/templates/tag.html => pelican/themes/notmyidea/templates/tag.html
rename : samples/themes/notmyidea/templates/tags.html => pelican/themes/notmyidea/templates/tags.html
rename : pelican/themes/templates/archives.html => pelican/themes/simple/templates/archives.html
rename : pelican/themes/templates/article.html => pelican/themes/simple/templates/article.html
rename : pelican/themes/templates/base.html => pelican/themes/simple/templates/base.html
rename : pelican/themes/templates/categories.html => pelican/themes/simple/templates/categories.html
rename : pelican/themes/templates/category.html => pelican/themes/simple/templates/category.html
rename : pelican/themes/templates/index.html => pelican/themes/simple/templates/index.html
rename : pelican/themes/templates/tag.html => pelican/themes/simple/templates/tag.html
rename : pelican/themes/templates/tags.html => pelican/themes/simple/templates/tags.html
|
2010-10-30 16:47:59 +01:00 |
|