Article de blog covoiturage
This commit is contained in:
@@ -24,7 +24,7 @@ body {
|
||||
font-family: $brandfont;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1 {
|
||||
font-family: Manometer;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -33,6 +33,10 @@ h1 {
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<div class='{{ if ne (relURL .URL) ("/" | safeHTML) }}bg-primary{{ end }} right w-400'>
|
||||
<div class='{{ if ne (relURL .Permalink) ("/" | safeHTML) }}bg-primary{{ end }} right w-400'>
|
||||
<ul class="flex-row j-center ai-center">
|
||||
<li>
|
||||
{{ $gotogether := resources.Get "images/gotogether-lemag.svg" }}
|
||||
@@ -26,7 +26,7 @@
|
||||
<img src="{{ $gotogether.Permalink }}" alt="GO TOGETHER le mag" />
|
||||
</a>
|
||||
</li>
|
||||
{{ if eq (relURL .URL) ("/" | safeHTML) }}<li><a href="#section4">NOS PROJETS</a></li>{{ end }}
|
||||
{{ if eq (relURL .Permalink) ("/" | safeHTML) }}<li><a href="#section4">NOS PROJETS</a></li>{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -54,7 +54,7 @@
|
||||
<img class="h-25" src="{{ $gotogether.Permalink }}" alt="GO TOGETHER le mag" />
|
||||
</a>
|
||||
</li>
|
||||
{{ if eq (relURL .URL) ("/" | safeHTML) }}<li style="list-style: none;"><a class="white brand" href="#section4">NOS PROJETS</a></li>{{ end }}
|
||||
{{ if eq (relURL .Permalink) ("/" | safeHTML) }}<li style="list-style: none;"><a class="white brand" href="#section4">NOS PROJETS</a></li>{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user