thelinux.pro/_includes/header.html

20 lines
753 B
HTML

<div id="header" class="wrapper">
<div id="title" class="topnav">
<a href="{{ site.url }}">{{ site.title | default: site.github.repository_name }}</a>
{% for my_page in site.pages %}
{% if my_page.title %}
<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<p>{{ site.description | default: site.github.project_tagline }}</p>
<hr>
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
<span class="credits right">Hosted on GitHub Pages</span>
</div>