Update _includes/header.html
This commit is contained in:
parent
4621b381f3
commit
7d7d36032d
|
@ -28,15 +28,21 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="menu">
|
||||
{% assign lang_pages = site.pages | sort: 'title' %}
|
||||
{% for my_page in lang_pages %}
|
||||
{% if my_page.title and my_page.displaymenu and my_page.layoutTipe == "atual" %}
|
||||
{% assign url = my_page.url | remove_first: "/" %}
|
||||
{% assign my_page_url = site.baseurl | append: url %}
|
||||
<a class="" href="{{ my_page_url }}">
|
||||
{{ my_page.title | escape }}
|
||||
<a class="" href="/">
|
||||
Inicio
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<a class="" href="/peoples.html">
|
||||
Pessoas
|
||||
</a>
|
||||
<a class="" href="/publications.html">
|
||||
Publicações
|
||||
</a>
|
||||
<a class="" href="/about.html">
|
||||
Sobre
|
||||
</a>
|
||||
<a class="" href="/trens.html">
|
||||
Trens
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue