Sha256: 4e4607aadabe465dae6ad5ac815c8ce5a87eccdc0e625030b2252b277fe1689a
Contents?: true
Size: 1002 Bytes
Versions: 3
Compression:
Stored size: 1002 Bytes
Contents
<footer class="mb-5 mt-5 page-wrap"> <div class="container"> <div class="row justify-content-end"> <nav class="col-auto mb-2 mb-sm-0 menu"> <ul class="unstyle-list"> {% 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 class="unstyle-list"> {%- 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.4 | _includes/footer.html |
another-theme-1.0.3 | _includes/footer.html |
another-theme-1.0.2 | _includes/footer.html |