Skip to content
Snippets Groups Projects
footer.html 1.04 KiB
Newer Older
<footer class="site-footer">

  <div class="wrapper">

    <div class="footer-col-wrapper">
      <div class="footer-col footer-col-3">
        <p>{{ site.description[page.lang] }}</p>
      </div>
      <div class="footer-col footer-col-2">
        <ul class="social-media-list">
          {% if site.github_username %}
          <li>
            {% include icon-github.html username=site.github_username %}
          </li>
          {% endif %}

          {% if site.twitter_username %}
          <li>
            {% include icon-twitter.html username=site.twitter_username %}
          </li>
          {% endif %}

          {% if site.licensetext %}
            {{ site.licensetext[page.lang] }}
            {% include icon-license-CC0.html %}
          {% endif %}
      <div class="footer-col footer-col-1">
        <ul class="contact-list">
          <li>{{ site.title[page.lang] }} email</li>
          <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
        </ul>