Move website source to /source
This commit is contained in:
parent
530fc76ede
commit
6981ccad43
81 changed files with 8 additions and 34 deletions
18
source/_includes/header.html
Normal file
18
source/_includes/header.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div class="container">
|
||||
<header class="header d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
|
||||
<a class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none"
|
||||
href="/">
|
||||
<img id="gravatar" class="bi me-2" alt="Owen's Gravatar"
|
||||
src="https://www.gravatar.com/avatar/6ad4a9bcc388180c6d2ca34e0c185a8c?size=128">
|
||||
<span class="fs-4">Owen Ryan</span>
|
||||
</a>
|
||||
<ul class="nav nav-pills">
|
||||
{%- for link in site.data.navigation.header -%}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link{% if page.url == link.link %} active{% endif %}" href="{{ link.link }}"
|
||||
aria-current="page">{{ link.name }}</a>
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
</header>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue