aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 4031b63e74948d219c71dd0106af3d0c922d1b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<footer class="footer">
  <small>
    {% for link in site.data.footer_links %}
      <a href="{{ link.path | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
        {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
      </a>
      <!-- Separation -->
      {% unless forloop.last %}
        <span>|</span>
      {% endunless %}
    {% endfor %}
  </small>
</footer>