Sha256: 0b485bdb0554056755f66501fe49e031b517e793ee6c05bafe54e7fce6f89db0

Contents?: true

Size: 805 Bytes

Versions: 2

Compression:

Stored size: 805 Bytes

Contents

<footer class="mw7 center w-100 sans-serif dark-gray pt6 pb4 pa3">
  <h2 class="dn-m dn-l f5 lh-title mv1">{{ site.data.theme.text.menu_title }}<h2>
    <nav class="flex flex-column flex-row-m flex-row-l">
      {% if site.data.theme.navigation %}
      {% for link in site.data.theme.navigation %}
        {% if link.url contains 'http' %}
          {% assign domain = '' %}
        {% elsif link.url contains 'mailto' %}
          {% assign domain = '' %}
        {% else %}
          {% assign domain = site.url | append: site.baseurl %}
        {% endif %}
        <a href="{{ domain }}{{ link.url }}" class="f5 f6-m f6-l fw4 gray link mr3 pb3 ttc ttu-m ttu-l" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a>
      {% endfor %}
      {% endif %}
    </nav>
  </footer>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-jam-0.0.2 _includes/footer.html
jekyll-theme-jam-0.0.1 _includes/footer.html