Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Add Google Plus social icon #105

Description

@brendam

I tried to add a Google Plus social icon (need link to our G+ page to show Google we 'own' the website). The icon is added by updating two files:

_config.yml

-  gplus:        '404'
+  gplus:        '113375093826168243563'

and

_includes/_blog-cover.html

{% if site.inc.gplus %}
<a href="https://plus.google.com/{{ site.inc.gplus }}" rel="publisher" target="_blank"><i class="icon icon-google-plus"></i></a>
 {% endif %}

But the icon doesn't show. We seem to have our icons base64 encoded in _assets/stylesheets/_icons.scss - does anyone know how this was done, and why? Need to add the icon-google-plus fontawesome icon.

Once the icon is working, we can remove the Google+ link at the bottom of the page (and the dot before it) in _layouts/base.html:

<a href="/code-of-conduct" class="home">Code of Conduct</a> &middot;
<a href="https://plus.google.com/112979231363915834801" rel="publisher">Google+</a>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions