Sha256: 254520c67f1d82693a2a04b30bd5694c680d529c88c0e881e8142436e2df38fb

Contents?: true

Size: 950 Bytes

Versions: 2

Compression:

Stored size: 950 Bytes

Contents

<footer class="mb-5 mt-5">
<div class="container">
  <div class="row justify-content-end">
    <nav class="col-auto mb-2 mb-sm-0 menu">
      <ul>
        {% assign sorted_pages = site.pages | sort: "priority" %}
        {% for node in sorted_pages %}
          {% if node.priority %}
          <li><a href="{{ site.url }}{{ node.url }}">{{ node.title }}</a></li>
          {% endif %}
        {% endfor %}
      </ul>
    </nav>
    <nav class="col-auto social">
      <ul>
        {%- if site.social.twitter -%}
          <li><a href="//twitter.com/{{ site.social.twitter }}">Twitter</a></li>
        {%- endif -%}
        {%- if site.social.github -%}
          <li><a href="//github.com/{{ site.social.twitter }}">GitHub</a></li>
        {%- endif -%}
        {%- if site.social.facebook -%}
          <li><a href="//facebook.com/{{ site.social.twitter }}">Facebook</a></li>
        {%- endif -%}
      </ul>
    </nav>
  </div>
</div>
</footer>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
another-theme-1.0.1 _includes/footer.html
another-theme-1.0.0 _includes/footer.html