mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 06:21:28 +02:00
pages
This commit is contained in:
parent
27407bd199
commit
ab461c2375
55 changed files with 4387 additions and 8804 deletions
25
docs/_includes/header.html
Executable file
25
docs/_includes/header.html
Executable file
|
@ -0,0 +1,25 @@
|
|||
<!-- Header -->
|
||||
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
|
||||
<h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li class="special">
|
||||
<a href="#menu" class="menuToggle"><span>Menu</span></a>
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
{% for my_page in site.pages %}
|
||||
{% if my_page.title %}
|
||||
<li><a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<li><a href="#">Sign Up</a></li>
|
||||
<li><a href="#">Log In</a></li>
|
||||
<li><a href="{{ "/feed.xml" | prepend: site.baseurl }}"
|
||||
class="icon fa-feed"> RSS Feed</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue