initial commit
This commit is contained in:
commit
b55f54eb6d
68 changed files with 1761 additions and 0 deletions
20
layouts/partials/header.html
Normal file
20
layouts/partials/header.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<header class="site-header">
|
||||
<div class="site-header__content page-container">
|
||||
<a class="site-header__title" href="/">
|
||||
<img
|
||||
class="site-header__logo"
|
||||
src=""
|
||||
alt="Logo Bicycleure"
|
||||
/>
|
||||
</a>
|
||||
<nav class="site-header__nav">
|
||||
<a href="/tarifs">Tarifs</a>.
|
||||
<a href="/contact">Contact</a>.
|
||||
<a href="/actualites">Actualités</a>.
|
||||
<a href="/avis">Avis</a>.
|
||||
{{ range .Site.Menus.main }}
|
||||
<a href="{{ .URL | relURL }}"><b>{{ .Name }}</b></a>.
|
||||
{{ end }}
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue