moved computer
This commit is contained in:
parent
5927336ae8
commit
59687fbade
154 changed files with 60 additions and 4207 deletions
1
src/components/AstroImage.astro
Normal file → Executable file
1
src/components/AstroImage.astro
Normal file → Executable file
|
@ -17,6 +17,7 @@ const imgAvif = await getImage({
|
|||
const imgWebp = await getImage({
|
||||
src: src,
|
||||
format: "webp",
|
||||
// need Number() because sharp wants an integer and not a string for w/h
|
||||
width: Number(imgWidth),
|
||||
height: Number(imgHeight),
|
||||
});
|
||||
|
|
0
src/components/CardEditorial.astro
Normal file → Executable file
0
src/components/CardEditorial.astro
Normal file → Executable file
0
src/components/EditorialContent.astro
Normal file → Executable file
0
src/components/EditorialContent.astro
Normal file → Executable file
0
src/components/Footer.astro
Normal file → Executable file
0
src/components/Footer.astro
Normal file → Executable file
0
src/components/Head.astro
Normal file → Executable file
0
src/components/Head.astro
Normal file → Executable file
0
src/components/Header.astro
Normal file → Executable file
0
src/components/Header.astro
Normal file → Executable file
0
src/components/LangSwitcher.astro
Normal file → Executable file
0
src/components/LangSwitcher.astro
Normal file → Executable file
0
src/components/ListCards.astro
Normal file → Executable file
0
src/components/ListCards.astro
Normal file → Executable file
0
src/components/ListTags.astro
Normal file → Executable file
0
src/components/ListTags.astro
Normal file → Executable file
0
src/components/MetaDate.astro
Normal file → Executable file
0
src/components/MetaDate.astro
Normal file → Executable file
6
src/components/Navigation.astro
Normal file → Executable file
6
src/components/Navigation.astro
Normal file → Executable file
|
@ -7,19 +7,19 @@ import LanguageSwitcher from "./LangSwitcher.astro";
|
|||
<ul class="main-nav" role="list">
|
||||
<li>
|
||||
<a href={l("/articles")} class="clean-link nice-link"
|
||||
>{t("article.titre")}</a
|
||||
>{t("article.titre")} </a
|
||||
>
|
||||
<span aria-hidden="true">·</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href={l("/fragments")} class="clean-link nice-link"
|
||||
>{t("fragments.titre")}</a
|
||||
>{t("fragments.titre")} </a
|
||||
>
|
||||
<span aria-hidden="true">·</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href={l("/references")} class="clean-link nice-link"
|
||||
>{t("references.titre")}</a
|
||||
>{t("references.titre")} </a
|
||||
>
|
||||
<span aria-hidden="true">·</span>
|
||||
</li>
|
||||
|
|
0
src/components/QuickAccessCard.astro
Normal file → Executable file
0
src/components/QuickAccessCard.astro
Normal file → Executable file
0
src/components/TOC.astro
Normal file → Executable file
0
src/components/TOC.astro
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue