fix jekyll setup

This commit is contained in:
Ben Harris 2017-11-08 12:18:18 -05:00
parent d67f583e04
commit e5703df4cc
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://bot.benharr.is" # the base hostname & protocol for your site
destination: public_html
twitter_username: bharrismac
twitter_username: nebsirrah
github_username: benharri
telegram_username: bharris

View File

@ -21,8 +21,8 @@
</a>
</div>
<div class="col-lg-3 text-center">
<a href="https://gitlab.com/{{ site.github_username }}">
<i class="fa fa-gitlab fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
</a>
</div>