summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: bf707fa4661a00f13a7c56ec249ce6442bf45f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer class="site-footer">

  <div class="wrapper">
    <div class="footer-col-wrapper">
      <div class="footer-col footer-col-1">
        <ul class="contact-list">
          <li>
            Author: <a href="mailto:rjaros@treksoft.pl">Robert Jaros</a>
          </li>
          <li>
            {% include icon-github.html username=site.github_username %}
	  </li>
        </ul>
      </div>
    </div>

  </div>

</footer>