Skip to content

Commit

Permalink
Change some small details
Browse files Browse the repository at this point in the history
  • Loading branch information
codinfox committed May 27, 2016
1 parent de7adf2 commit 29a5038
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Site Info
title: Lanyon
tagline: 'A Jekyll theme'
description: 'A reserved <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
title: Codinfox Lanyon
tagline: 'A Jekyll theme based on Lanyon'
description: 'A Jekyll theme adapted from <a href="http://lanyon.getpoole.com/" target="_blank">Lanyon</a>. Made by <a href="http://codinfox.github.io" target="_blank">@codinfox</a>.'
baseurl: "/lanyon"
url: http://lanyon.getpoole.com
url: http://codinfox.github.io

# Site configurations
gems:
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% assign iconname = 'envelope' %}
{% endif %}
<a href="{{ contact[1] }}">
<i class="fa fa-{{ iconname }}"></i>
<i class="fa fa-{{ iconname }}" aria-hidden="true"></i>
</a>
{% assign current_index = current_index | plus: 1 %}
{% if current_index != len %}|{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h1 class="post-title">
<article>
<div class="post-more">
{% if site.disqus_short_name %}
<a href="{{ site.baseurl }}{{ post.url }}#disqus_thread"> <i class="fa fa-comments"></i>Comment</a>&nbsp;
<a href="{{ site.baseurl }}{{ post.url }}#disqus_thread"> <i class="fa fa-comments" aria-hidden="true"></i>Comment</a>&nbsp;
{% endif %}
<a href="{{ site.baseurl }}{{ post.url }}"><i class="fa fa-plus-circle"></i>Read more</a>
<a href="{{ site.baseurl }}{{ post.url }}"><i class="fa fa-plus-circle" aria-hidden="true"></i>Read more</a>
</div>
</div>
{% endfor %}
Expand Down

0 comments on commit 29a5038

Please sign in to comment.