diff --git a/docs/changelog.rst b/docs/changelog.rst index 12d6d278..346a7176 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,7 @@ Release history * Improve handling of links to intra-site resources * Improved appearance of LinkedIn icon in default theme -* Add GitHub social icon support in default theme +* Add GitHub and Google+ social icons support in default theme 3.0 (2012-08-08) ================== diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index c859925d..29cce82c 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -312,6 +312,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} .social a[href*='github.com'], .social a[href*='git.io'] {background-image: url('../images/icons/github.png');} .social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');} + .social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');} /* About diff --git a/pelican/themes/notmyidea/static/images/icons/google-plus.png b/pelican/themes/notmyidea/static/images/icons/google-plus.png new file mode 100644 index 00000000..849849b8 Binary files /dev/null and b/pelican/themes/notmyidea/static/images/icons/google-plus.png differ