Modifs Amandine
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
This commit is contained in:
9
layouts/partials/breadcrumbs.html
Normal file
9
layouts/partials/breadcrumbs.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<ul id="breadcrumbs" class="flex flex-wrap text-sm m-4 list-['>']">
|
||||
<li class="list-none me-4 pl-4"><a href="/" class="text-mms-gray">#</a></li>
|
||||
{{- range .Ancestors.Reverse }}
|
||||
{{ if ne .Title "Pages" }}
|
||||
<li class="me-4 pl-2"><a href="{{ .RelPermalink }}" class="text-mms-gray">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
<li class="pl-2">{{ .Title }}</li>
|
||||
</ul>
|
||||
@@ -1,5 +1,5 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
<title>{{ if .IsHome }}{{ site.Title }} | {{ site.Params.Description }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
<nav class="bg-white shadow">
|
||||
<div class="mx-auto max-w-7xl px-2 sm:px-6 lg:px-8">
|
||||
<div class="relative flex h-24 justify-between">
|
||||
<div class="relative flex h-32 justify-between">
|
||||
<div class="flex shrink-0 items-center">
|
||||
{{ $logo := resources.Get .Site.Params.logo}}
|
||||
<a href="{{.Site.BaseURL}}"><img class="h-24 w-auto" src="{{ $logo.RelPermalink }}" alt="{{ site.Title }}" /></a>
|
||||
<a href="{{.Site.BaseURL}}"><img class="h-32 w-auto" src="{{ $logo.RelPermalink }}" alt="{{ site.Title }}" /></a>
|
||||
</div>
|
||||
{{ partial "menu.html" }}
|
||||
<!--{{ partial "menu.html" }}-->
|
||||
<div class="flex shrink-0 items-center">
|
||||
<button type="button" class="relative inline-flex items-center gap-x-1.5 rounded-lg px-3 py-2 text-sm font-semibold text-mms-nightblue shadow-xs focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-mms-nightblue">
|
||||
<a href="mailto:contact@mms43.org">contact@mms43.org</a>
|
||||
</button>
|
||||
<a href="{{.Site.Params.parcoursmob}}">
|
||||
<button type="button" class="relative inline-flex items-center gap-x-1.5 rounded-lg bg-mms-nightblue px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-mms-darkgray focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-mms-nightblue">
|
||||
Espace partenaires
|
||||
|
||||
Reference in New Issue
Block a user