You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<footer class="uk-section uk-text-center uk-text-muted uk-link-muted">
|
|
|
|
<div class="uk-container uk-container-small">
|
|
|
|
|
|
|
|
<!-- <div>
|
|
|
|
<ul class="uk-subnav uk-flex-center">
|
|
|
|
{% for link in site.data.navigation_footer %}
|
|
|
|
{% if link.url contains 'http' %}
|
|
|
|
{% assign domain = '' %}
|
|
|
|
{% else %}
|
|
|
|
{% assign domain = relative_url %}
|
|
|
|
{% endif %}
|
|
|
|
{% if link.url == page.url %}
|
|
|
|
{% assign current = ' class="uk-active"' %}
|
|
|
|
{% else %}
|
|
|
|
{% assign current = null %}
|
|
|
|
{% endif %}
|
|
|
|
{% if link.title %}
|
|
|
|
<li{{ current }}><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank" {% endif %}>{{ link.title }}</a></li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="uk-margin-medium">
|
|
|
|
<div data-uk-grid class="uk-child-width-auto uk-grid-small uk-flex-center uk-grid">
|
|
|
|
{% include social-networks.html %}
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
<div class="uk-margin-medium uk-text-small copyright"> Blockstack® and Stacks™ are trademarks of Blockstack Public Benefit Corp. <br> © {{ page.date | date: "%Y" }} {{ site.footer.copyright }}</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</footer>
|