justinmayer
e89b32511d
Merge pull request #374 from maru-sama/master
...
Small fix for the notmyidea template
2012-06-16 11:55:32 -07:00
Justin Mayer
083f302b19
Remove errant .DS_Store and add to .gitignore
2012-06-16 11:23:55 -07:00
Michael Guntsche
c461c6435d
Fix HTML5 conformance of the notmyidea template
...
The W3C validator complained that the pagination <p> was inside an <ol>.
So just move it out of there.
2012-06-16 19:53:53 +02:00
Alexis Metaireau
f7fcbe7dc9
Merge pull request #373 from asselinpaul/master
...
Added GoSquared support
2012-06-15 15:31:24 -07:00
asselinpaul
d1dfcdafc2
updated
...
remove GoSqaured from README and template file from the notmyidea theme.
2012-06-14 23:32:23 +02:00
asselinpaul
44cadf7c1f
added GoSquared support
...
GoSquared(analytics) support added in default themes and documentation
(in French and English)
2012-06-14 23:04:23 +02:00
Ian Cordasco
ddb345897e
Add gitorious icon to default theme.
...
See ametaireau/pelican-themes#38 and ametaireau/pelican-themes#39 for
references.
2012-06-14 10:29:44 -04:00
Justin Mayer
ae1424a8dd
Strip tags from title when within tag attribute
...
The change mentioned in #336 stripped tags properly in some places but
seems to have forgotten at least one location in the main index.html
2012-06-08 09:56:55 -07:00
Kyle Fuller
a16c19545f
Don't duplicate html across themes
2012-05-14 18:46:27 +01:00
Kyle Fuller
2c1c05923d
Fix a broken URL in the simple template
2012-05-14 18:33:49 +01:00
Alexis Metaireau
1779b66f10
Merge pull request #336 from saimn/typogrify
...
Apply typogrify on the title.
2012-05-11 07:23:31 -07:00
Alexis Metaireau
a42446268d
Merge pull request #338 from bbinet/fix-urls
...
prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged
2012-05-11 07:19:12 -07:00
Alexis Metaireau
419a2159e6
Merge remote-tracking branch 'muffinresearch/master'
...
Conflicts:
docs/settings.rst
tests/test_generators.py
2012-05-11 16:17:47 +02:00
Bruno Binet
f12a297466
prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged
2012-05-07 23:07:44 +02:00
Simon
4a0d4461e1
Apply typogrify on the title.
...
As it is done when reading the file, we need to remove html tags for the
permalink and the slug (this is done here for the notmyidea and simple themes).
While modifying the themes I also replaced the `pagename` template tag with
`article.url` (`pagename` was an empty variable, no more used ?).
2012-05-07 12:26:17 +02:00
Matt Bowcock
0d5a1f9cf3
Merge remote-tracking branch 'upstream/master'
2012-05-01 23:32:52 -04:00
Matt Bowcock
5e6945d380
Added facebook icon to default theme.
2012-04-10 12:51:16 -04:00
Aldiantoro Nugroho
424cfe1b1e
Fixed hardcoded category url in base.html.
2012-04-10 17:30:42 +08:00
Alexis Metaireau
373ccdebf2
Add style for the note marker. Fix #257
2012-04-01 13:42:28 +02:00
Alexis Metaireau
af2b588ea6
Merge pull request #289 from bbinet/fix_index_template
...
Fix index.html template
2012-03-31 18:08:30 -07:00
Justin Mayer
34310a61f5
Feed link inside feed should use FEED_DOMAIN
...
The initial work on enabling feeds to be served from a different domain
than the site domain focused on the feed link displayed inside the
base template. But there is also a feed link inside the generated feed
itself, which this commit updates to use the FEED_DOMAIN value (if
defined).
Also, it turns out that the FEED_MAIN_URL setting is not necessary; the
existing FEED and FEED_RSS functionality is simpler and can address the
targeted use case just as easily. That attribute has been removed from
the settings and template, along with corresponding changes to the docs.
Refs #177 .
2012-03-31 08:10:40 -07:00
Bruno Binet
64e12b1809
fix missing </ol> and </section> tags
2012-03-30 14:20:55 +02:00
Justin Mayer
8819d02600
Allow for serving feeds from a separate domain.
...
This (indirectly) enables support for FeedBurner. Added docs for
FeedBurner configuration. Clarify how defining the SITEURL attribute
affects URL structure. Closes #177 .
2012-03-16 20:27:26 -07:00
Alexis Metaireau
0951831c64
Merge pull request #243 from alefteris/patch-1
...
Match closing tag
2012-03-12 04:14:32 -07:00
Thanos Lefteris
acad3e864d
Double-quote HTML attribute
2012-03-11 21:08:18 +02:00
Thanos Lefteris
89a481f8e7
Match closing tag
2012-03-11 21:00:38 +02:00
Alexis Metaireau
cfd050b0f2
Add a CSS file for typogrify on the notmyidea theme
2012-03-11 03:02:12 +01:00
Bruno Binet
bfd0e63e3d
fix pages urls
2012-03-06 16:41:36 +00:00
Kyle Fuller
ff9c786149
Create a Author class which has a url property
2012-03-06 16:39:07 +00:00
Kyle Fuller
f9ed01bb64
Create a Tag class which has a url property
2012-03-06 16:39:07 +00:00
Kyle Fuller
6754099730
Create a Category class which has a url property
2012-03-06 16:39:07 +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
Alexis Metaireau
bf314fde6b
Remove an useless css background image. Fix #209
2012-02-20 13:36:41 +01:00
Kyle Fuller
2be58aa51a
Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION setting
...
DEFAULT_PAGINATION can be set to False instead of using WITH_PAGINATION
2011-12-22 14:02:31 +00:00
Alexis Metaireau
4a6bf81b2e
remove skribit support. fixes #154
2011-08-11 23:50:04 +02:00
mviera
a32dc03616
Keeping simple theme up-to-date too. Issue #145
2011-08-03 22:11:16 +02:00
mviera
e8cac3bfff
I change article.slug to article.url for always referencing the disqus thread to the correct url. Issue #145
2011-08-03 22:01:45 +02:00
mviera
068a3d2f1d
Year and month in URL. Issue #145
2011-07-27 23:47:50 +02: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
Skami18
3f844ee5d8
Removed an URL-related bug in templates
2011-07-21 18:41:25 +02:00
Skami18
bafa2154ff
Added the author.html template to the simple theme.
2011-07-19 12:18:14 +02:00
Massimo Santini
dd5aeb678a
Added author.html and authors.html templates and modified the docs accordingly
2011-07-16 00:44:36 +02:00
Massimo Santini
d8da5ce590
Genetare authors pages with all their posts
2011-06-30 23:49:09 +02:00
Massimo Santini
0a26fcbd0d
Avoiding to generate 1/1 if pagination is set to false
2011-06-30 23:46:29 +02:00
Alexis Metaireau
96c42c0aa5
give full credit (with url to the initial theme) for the notmyidea theme
2011-06-17 20:32:59 +02:00
Jochen Breuer
94b15b5260
Added template, inlcude in base and some documentation for Piwik.
2011-06-13 07:30:33 +02:00
Skami18
a5d4027c80
Removed the bug #122 and a lone closing tag
2011-06-01 19:00:56 +02:00
derdon
ac391479f2
fixed link to pelican homepage in the simple theme
2011-04-26 13:44:26 +02:00
FELD Boris
b2be5638f8
Rename SKRIBIT_TAB_DISTANCE_VERT (SKRIBIT_TAB_DISTANCE_HORIZ) to respectively SKRIBIT_TAB_VERT (SKRIBIT_TAB_HORIZ).
2011-02-22 11:18:41 +01:00