_includes/footer.html in jekyll-theme-kagami-0.1.3 vs _includes/footer.html in jekyll-theme-kagami-0.1.4

- old
+ new

@@ -1,11 +1,8 @@ <footer class="site-footer"> <div class="wrapper"> - <div class="credits"> - KAGAMI, made with <i class="icon-heart"></i> by Kamikat - </div> <div class="social-links"> <a class="social-link social-github" href="https://github.com/{{ site.github_username }}"> <i class="icon-github"></i> </a> <a class="social-link social-twitter" href="https://twitter.com/{{ site.twitter_username }}"> @@ -15,9 +12,12 @@ <i class="icon-instagram"></i> </a> <a class="social-link social-rss" href="{{ "/feed.xml" | relative_url }}" target="_blank"> <i class="icon-rss"></i> </a> + </div> + <div class="credits"> + KAGAMI, made with <i class="icon-heart"></i> by Kamikat </div> </div> </footer>