first mobile draft
This commit is contained in:
parent
2bd71bfc3f
commit
5a8c30f520
9 changed files with 410 additions and 9 deletions
|
|
@ -1,2 +1,5 @@
|
|||
<h1>{{ site.Title }}</h1>
|
||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
||||
<div>
|
||||
<h1 id="header-title">Les amis de la chapelle Victoria</h1>
|
||||
<h2 id="header-subtitle">Actualité concerts, expositions, billeterie</h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
{{- $menuID := .menuID }}
|
||||
|
||||
{{- with index site.Menus $menuID }}
|
||||
<nav>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue