feat: ajoute le logo

pull/1/head
Jalil Arfaoui 2022-08-24 23:14:41 +02:00
parent 6073e6e842
commit 1478daa56d
6 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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: NonScollectif headline: NonScollectif
--- ---
{{ content | safe }} {{ content | safe }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

BIN
src/images/Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -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 ;