~xdavidwu/xdavidwu.link

ref: 5cd73a08afda8b78b655bfad4ba5bcb2442a098a xdavidwu.link/_includes/footer.html -rw-r--r-- 940 bytes
5cd73a08xdavidwu footer: fix padding 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="page__footer-follow">
  <ul class="social-icons">
    {% if site.footer.links %}
      {% for link in site.footer.links %}
        {% if link.label and link.url %}
          <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
        {% endif %}
      {% endfor %}
    {% endif %}
  </ul>
</div>

<div class="page__footer-copyright">&copy; {{ site.since }}-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a>. Based on <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br>Content is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. Code is <a href="{{ site.license_url }}">MIT</a>.</div>