Skip to content

Commit

Permalink
add GitHub icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Feb 8, 2018
1 parent a829ef9 commit f801a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion _includes/social_icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
{%- if site.linkedin_url -%}
<li><a href="{{- site.linkedin_url -}}" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
{%- endif -%}
{%- if site.github_url -%}
<li><a href="{{- site.github_url -}}" class="icon fa-github"><span class="label">GitHub</span></a></li>
{%- endif -%}
{%- if site.pinterest_url -%}
<li><a href="{{- site.pinterest_url -}}" class="icon fa-pinterest"><span class="label">Pinterest</span></a></li>
{%- endif -%}
Expand All @@ -27,4 +30,4 @@
{%- if site.email -%}
<li><a href="mailto:{{- site.email -}}" class="icon fa-envelope"><span class="label">Email</span></a></li>
{%- endif -%}
</ul>
</ul>
2 changes: 1 addition & 1 deletion jekyll-theme-prologue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-prologue"
spec.version = "0.3.1"
spec.version = "0.3.2"
spec.authors = ["HTML5 UP", "Chris Bobbe"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit f801a3e

Please sign in to comment.