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