0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 08:00:26 +03:00

Removing irrelevant spare parts

This commit is contained in:
2018-04-18 03:47:11 +04:00
parent ce5db590ca
commit 2f21fb975d
3 changed files with 0 additions and 401 deletions

View File

@ -1,15 +0,0 @@
<section class="container">
<a href="{{ site.baseurl | uri_escape }}" class="navigation-title">Home</a>
<ul class="navigation-list float-right">
<li class="navigation-item">
{% for item in site.pages reversed %}
{% assign title = item.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify %}
{% assign link = item.url | relative_url | uri_escape %}
<!-- Show the link -->
{% if item.show == true %}
<a href="{{ link }}" class="navigation-link">{{ title }}</a>
{% endif %}
{% endfor %}
</li>
</ul>
</section>