mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add GitHub social icon support in default theme
Conflicts: docs/changelog.rst
This commit is contained in:
parent
bfc963a065
commit
868ef2079c
3 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ Release history
|
||||||
================
|
================
|
||||||
|
|
||||||
* Improve handling of links to intra-site resources
|
* Improve handling of links to intra-site resources
|
||||||
|
* Add GitHub social icon support in default theme
|
||||||
|
|
||||||
3.0 (2012-08-08)
|
3.0 (2012-08-08)
|
||||||
==================
|
==================
|
||||||
|
|
|
||||||
|
|
@ -309,7 +309,8 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
|
.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
|
||||||
.social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
|
.social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
|
||||||
.social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
|
.social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
|
||||||
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
.social a[href*='github.com'] {background-image: url('../images/icons/github.png');}
|
||||||
|
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
About
|
About
|
||||||
|
|
|
||||||
BIN
pelican/themes/notmyidea/static/images/icons/github.png
Normal file
BIN
pelican/themes/notmyidea/static/images/icons/github.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 360 B |
Loading…
Add table
Add a link
Reference in a new issue