a277abeb44
Category information to be used with plugin autopages
2019-04-26 02:34:22 +05:30
961890afd4
Use attribute pagetitle for pages
2019-04-25 20:46:32 +05:30
7bacb5e427
Translation for tags
2019-04-25 00:36:05 +05:30
46270470fc
Fr: translations
2019-04-23 23:08:40 +05:30
d24d07bb07
Compatible with pelican 4.0
2019-04-23 19:36:15 +05:30
e3bc6df468
Show category
2019-04-23 14:55:12 +05:30
12ac5ac1fb
Consistent use of {{SITEURL}}
2019-04-23 14:16:20 +05:30
d78493f3d0
Variable PAGE_PAGINATION
2019-04-23 14:16:01 +05:30
84934c65e2
Add article list.
2019-04-23 14:14:50 +05:30
825caac4fa
Remove remote fonts
2019-04-22 20:43:03 +05:30
70d2f308c0
Updated index.html to now include an intro section.
2018-07-08 11:09:09 -03:00
97c1d75916
Fixed bug in base.html causing body tag to have an extra > which pushed down the header image
2018-07-08 11:09:09 -03:00
ebce7b970b
add classes to body tag ( #74 )
...
* add classes to body tag
depending on page or article slug, add page-%slug% or article-%slug% class to <body>
* add page/article/category/tag slug to body class
2018-06-19 18:07:39 -03:00
ecbf09f52d
Merge pull request #69 from brightlingmeuk/master
...
Add SITEURL prepend to header cover images.
2018-02-14 12:32:16 -02:00
7e44e0ff80
Add SITEURL prepend to header cover images.
...
Prepend SITEURL to HEADER_COVER and article.header_cover in templates so
that the site can be on a subdirectory, such as http://mywebsite.com/blog .
2017-10-25 13:06:10 +01:00
6f63ec40cd
Opengraph and Twittercard URLS fixing + new g.analytics global tracker
2017-09-08 17:31:50 +02:00
75118f70f7
Update font-awesome
2017-08-10 13:04:10 +03:00
f932d983ed
Add striptags to article title
...
* Fix page break when upper letters are using (e.g. HTML)
2017-06-26 09:48:46 +08:00
8e4ccef4eb
Revert "Localise clean-blog Theme"
2017-05-12 23:32:57 -03:00
7572322a86
Merge pull request #60 from ptigwe/localize
...
Localise clean-blog Theme
2017-04-12 12:23:00 -03:00
2499947c60
Add support for CC licenses
...
Added support for creative commons licenses using cc-tools.
https://github.com/hlapp/cc-tools
2017-04-10 04:51:13 +01:00
0d6cbea619
Localization of the template files
2017-04-06 07:38:23 +01:00
a63b8b7924
Merge pull request #53 from alasdairnicol/pelican_37_pages
...
PAGES context variable is replaced by pages in Pelican 3.7
2017-03-15 21:55:48 -03:00
a735445a6b
Adicionando suporte a escolher um formato de favicon
2017-03-04 17:27:51 -03:00
03122d01e7
Fix file modes
...
Remove executable bit from template files.
2017-02-28 16:44:55 +01:00
4fa97403d9
PAGES context variable is replaced by pages in Pelican 3.7
...
By using 'or' in the if statement, we can support Pelican 3.7 and
earlier versions in the same theme. When we are ready to drop support
for Pelican <3.7, the if statement can be simplified.
See the following links for more information.
http://docs.getpelican.com/en/3.7.0/changelog.html#id1
http://docs.getpelican.com/en/3.7.0/faq.html#since-i-upgraded-pelican-my-pages-are-no-longer-rendered
2017-01-04 00:43:15 +00:00
71d886e3d7
Merge pull request #48 from yoel-zeldes/disable_pagination_when_no_pages
...
don't show pagination if there's only one page
2016-09-13 15:51:15 -03:00
1a1328187b
Merge pull request #44 from francoisfreitag/ffreitag/use_minified_jquery
...
base.html: Use minified jQuery
2016-09-13 15:50:57 -03:00
f3ffba9a7a
don't show pagination if there's only one page
2016-09-06 22:40:16 +03:00
dc9ebae71a
Remove hr if there is no ADDTHIS
2016-07-17 15:57:58 -03:00
f951d4ba7d
Insert a <p> tag to ease customizing article summary paddings.
2016-07-17 13:12:56 -03:00
8711aa36d0
Fix disqus comments counter.
2016-07-17 12:46:37 -03:00
320bff5fb1
base.html: Use minified jQuery
2016-05-25 12:35:18 +02:00
ec47f45cd2
Show social icons on index page header
2016-05-21 12:24:49 +03:00
6d8b9cc7dc
article: Remove trailing comma from tag list
...
Remove trailing ', ' from the tag list in the article template.
2016-04-12 19:42:59 +02:00
1716eecbdc
Merge pull request #37 from MrSenko/fb_admins
...
Add new setting - FACEBOOK_ADMINS
2016-04-07 14:39:09 -03:00
b090ffdc80
Merge pull request #39 from MrSenko/twitter_cards
...
Refactor Twitter cards support
2016-04-07 14:38:45 -03:00
2f7d779b0c
Merge pull request #40 from MrSenko/author_tags
...
Make article:author OpenGraph compatible
2016-04-07 14:36:37 -03:00
5a83a4575d
Make article:author OpenGraph compatible
...
OpenGraph actually needs a profile URL as value to article:author.
We point it to the author's page and adjust the OG meta tags on
author.html to include the relevant profile information.
2016-03-31 23:55:22 +03:00
9583d74d70
Refactor Twitter cards support
...
Remove the TWITTER_HANDLE variable and use the 'twitter' value
from SOCIAL. This eliminates duplicate settings!
Remove closing slash for meta tags, not required by HTML5, see
http://stackoverflow.com/a/21898502
In article.html Twitter images were specified twice - once as
relative URL and once as full site URL. Now only a single full
URL is used instead. Also stripped HTML tags from description.
The default card type is summary_large_image which better displays
with high-res images and the default header images.
``twitter_image`` article metadata is now supported, similar to
``og_image``.
Documentation is updated.
2016-03-31 23:11:17 +03:00
779665773e
Add new setting - FACEBOOK_ADMINS
2016-03-31 22:41:26 +03:00
bb75fe5020
fix pagination arrow
2016-03-25 00:45:12 +08:00
5d3848a445
Add striptags
to summary before truncate
...
Summary might be truncated inside an HTML tag. Summaries no longer have
HTML tags, but this prevents unclosed tags in the summary which can
interfere with the rest of the layout
2016-03-02 12:31:28 +00:00
dbd16dba88
merge with master to fix conflicts
2016-02-26 15:37:35 -03:00
58e57c3bab
add HEADER_COLOR
option to render header with a simple color
2016-02-22 10:17:20 -03:00
997d9583af
Merge pull request #29 from drgarcia1986/master
...
better support for `summary` plugin
2016-02-21 21:38:22 -03:00
835de7e7e2
Merge pull request #26 from pajowu/twitter-cards
...
added support for twitter cards
2016-02-21 21:37:08 -03:00
cbc55d881b
Merge pull request #28 from MrSenko/og_image
...
Update meta tags and add support for og:image
2016-02-19 23:04:08 -02:00
49c452ca9a
add author to base page
2016-02-18 20:40:00 -02:00
e6ec8247eb
better support for summary
plugin
2016-02-14 11:52:23 -02:00