Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to add blogger icon and link easily? #784

Closed
ashleymaeconard opened this issue Nov 16, 2021 · 2 comments
Closed

Way to add blogger icon and link easily? #784

ashleymaeconard opened this issue Nov 16, 2021 · 2 comments

Comments

@ashleymaeconard
Copy link

Hi!

You have a great layout for siting author work for websites like LinkedIn, Google Scholar, and even keybase. Do you have something for https://www.blogger.com/? Is there a resource you could point me to to quickly add this feature if not? Should there not be a quick solution I can figure it out.

Thank you for a great framework!
Ashley

@EdOverflow
Copy link

In your _config.yml, add a blogger: entry under author:.

author:
...
  blogger          : "..."
...

Then, under _includes/author-profile.html, add the following among the list of author URLs:

{% if author.blogger %}
    <li><a href="{{ author.blogger }}"><i class="fab fa-fw fa-blogger"></i> Blogger</a></li>
{% endif %}

You should end up with a Blogger icon linking to your Blogger page.

@ashleymaeconard
Copy link
Author

Thank you that works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants