Page title
This commit is contained in:
parent
c687de978a
commit
ee1f867d18
@ -1,24 +1,14 @@
|
|||||||
<section class="header">
|
<section class="container">
|
||||||
<div class="container">
|
<a href="{{ site.baseurl | uri_escape }}" class="navigation-title">Home</a>
|
||||||
<div class="content">
|
<ul class="navigation-list float-right">
|
||||||
<!-- Username -->
|
<li class="navigation-item">
|
||||||
<a href="{{ site.baseurl | uri_escape }}">
|
{% for item in site.pages %}
|
||||||
<div class="name">{{ site.author.name | smartify | strip_html | normalize_whitespace }}</div>
|
{% if item.show == true %}
|
||||||
|
<a href="{{ item.url | relative_url | uri_escape }}" class="navigation-link">
|
||||||
|
{{ item.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
||||||
</a>
|
</a>
|
||||||
<!-- Navigating -->
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
{% for node in site.pages reversed %}
|
|
||||||
{% if node.show == true %}
|
|
||||||
<li class="nav-item">
|
|
||||||
<a href="{{ node.url | relative_url | uri_escape }}">
|
|
||||||
<span>{{ node.title | smartify | strip_html | normalize_whitespace }}</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user