Justin Mayer
a0049f9fcd
Strip tags from title in simple index. Fixes #612
...
This fix was applied previously to the relevant places in both the
"simple" and "notmyidea" themes, but the simple theme's index.html file
was apparently neglected.
2012-12-02 16:10:11 -08:00
Justin Mayer
7056622322
Fix missing SITEURL and base home link
...
1. Following up on bbinet's changes in f12a297 , ensure that the notmyidea
theme's article.html template includes the SITEURL variable when
constructing URL links.
2. Add missing slash to the base.html template so that clicking on the
site header at top left refers to "/" instead of "" when SITEURL is not
defined. Otherwise, the "" target will cause the browser to load the
current page and not the site's root (as one would expect).
2012-11-27 16:01:05 -08:00
Tomi Pieviläinen
429991c3f9
List of translations for simple and notmyidea pages
2012-11-21 15:45:50 +02:00
jawher
b6db45420c
Default to using FEED_ALL_ATOM instead of FEED_ATOM (and likewise for RSS) in the notmyidea theme
2012-11-12 23:01:17 +01: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
David Beitey
121bc0ad5e
Optimize social icons
2012-11-04 12:49:05 +10:00
David Beitey
9fdd378687
Add Google+ social icon
2012-11-04 12:25:02 +10:00
David Beitey
41d3a1e8dd
Merge branch 'github-social-icon' into improved-icons
...
Conflicts:
docs/changelog.rst
2012-11-04 12:09:28 +10:00
David Beitey
705ab7b0f8
Improve linkedin icon
2012-11-03 22:27:33 +10:00
David Beitey
4afc32c425
GitHub icon also works for git.io addresses in social
2012-11-03 22:21:02 +10:00
David Beitey
868ef2079c
Add GitHub social icon support in default theme
...
Conflicts:
docs/changelog.rst
2012-11-03 22:13:26 +10:00
Alexis Métaireau
cce962f3f0
Change the background color of the code-blocks on the default theme. Fix #511
2012-10-12 23:01:51 +02:00
Chris Streeter
d718bc2eba
Apply the string formatting to {TAG,CATEGORY}_FEED urls.
2012-10-12 23:01:50 +02:00
Ian Cordasco
b911972716
Add Gittip to social icons.
...
This allows someone to include their gittip link so people can donate to them.
2012-08-31 23:12:09 -04:00
Alexis Metaireau
7b5b99b04b
Merge pull request #433 from iurisilvio/patch-1
...
Use async Google Analytics code.
2012-08-16 04:31:40 -07:00
Alexis Metaireau
f3280071c1
change the link to pelican in the default theme
2012-07-27 00:31:02 +02:00
Alexis Metaireau
d5f1747993
we don't need to have a max size for the title on the default theme
2012-07-23 18:56:47 +02:00
Alexis Metaireau
0494cd1406
remove the selection color in the default theme
2012-07-23 18:56:21 +02:00
Iuri de Silvio
172555bbce
Use async Google Analytics code.
2012-07-20 21:23:27 -03:00
Alexis Metaireau
8007c20c79
Merge pull request #418 from tbunnyman/WarnOnFeedGeneration#383
...
Update: De-appreciate FEED for FEED_RSS & FEED_ATOM
2012-07-20 03:53:18 -07:00
tBunnyMan
4a9d2e86cf
Moved all rss headers from FAQ into base
2012-07-16 14:52:19 -07:00
tBunnyMan
e626f771c4
Add Themes and FAQ documentation on the new FEED_ATOM
...
Added all the FEED_ATOM variables to _handle_deprecation
Put FEED_ATOM around `if` in notmyidea
2012-07-16 13:47:39 -07:00
tBunnyMan
5f958ae84d
Refactor atom feed names for clarity
...
FEED -> FEED_ATOM
TAG_FEED -> TAG_FEED_ATOM
CATEGORY_FEED -> CATEGORY_FEED_ATOM
2012-07-16 09:35:05 -07:00
Marcel Hellkamp
63cff4c9a0
Fixed left and right aligned images in main.css
2012-07-15 23:41:07 +03:00
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