feat: ajoute le logo
parent
6073e6e842
commit
1478daa56d
|
@ -25,7 +25,7 @@
|
|||
"url": "{{ metadata.url }}",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "/images/Logo.jpg"
|
||||
"url": "/images/Logo.png"
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"url": "{{ metadata.url }}",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "/images/Logo.jpg"
|
||||
"url": "/images/Logo.png"
|
||||
}
|
||||
},
|
||||
"isAccessibleForFree": "True"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<header>
|
||||
<a href="/">
|
||||
<img alt="Logo NonSco'llectif" id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/>
|
||||
<img alt="Logo NonSco'llectif" id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.png"/>
|
||||
</a>
|
||||
<div id="Title" class="text-2xl font-bold"><a href="{{ '/' | url }}">{{ metadata.title }}</a></div>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: layouts/base.njk
|
||||
type: Webpage
|
||||
image: /images/Logo.jpg
|
||||
image: /images/Logo.png
|
||||
headline: NonSco’llectif
|
||||
---
|
||||
{{ content | safe }}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
|
@ -8,7 +8,7 @@
|
|||
@import "actualites.pcss";
|
||||
|
||||
#sheet {
|
||||
@apply my-3 bg-orange-50 rounded-xl container mx-auto;
|
||||
@apply my-3 bg-white rounded-xl container mx-auto;
|
||||
}
|
||||
.thumb-float {
|
||||
@apply w-fit p-4 md:w-72 md:m-4 lg:w-96 ;
|
||||
|
|
Loading…
Reference in New Issue