feat: mise à jour affiche Araberlin
parent
e48003bc4f
commit
7026f8fe5a
|
@ -51,6 +51,7 @@ module.exports = function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("src/il/*.jpg");
|
eleventyConfig.addPassthroughCopy("src/il/*.jpg");
|
||||||
eleventyConfig.addPassthroughCopy("src/il/*.pdf");
|
eleventyConfig.addPassthroughCopy("src/il/*.pdf");
|
||||||
eleventyConfig.addPassthroughCopy("src/araberlin/*.webp");
|
eleventyConfig.addPassthroughCopy("src/araberlin/*.webp");
|
||||||
|
eleventyConfig.addPassthroughCopy("src/araberlin/*.jpg");
|
||||||
eleventyConfig.addPassthroughCopy("src/araberlin/*.pdf");
|
eleventyConfig.addPassthroughCopy("src/araberlin/*.pdf");
|
||||||
|
|
||||||
eleventyConfig.addFilter("toHTML", str => {
|
eleventyConfig.addFilter("toHTML", str => {
|
||||||
|
|
|
@ -12,7 +12,7 @@ description: Nous sommes à Berlin dans une famille composée de Aïda une liban
|
||||||
Prix SACD de la Dramaturgie Francophone, 2003
|
Prix SACD de la Dramaturgie Francophone, 2003
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="/araberlin/Affiche_Araberlin.webp" class="float-left m-6 max-h-[40em]" alt="Couverture Araberlin" />
|
<img src="/araberlin/Affiche_Araberlin.jpg" class="float-left m-6 max-h-[40em]" alt="Couverture Araberlin" />
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Théâtre contemporain</li>
|
<li>Théâtre contemporain</li>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
|
@ -3,7 +3,7 @@ layout: layouts/base.njk
|
||||||
---
|
---
|
||||||
|
|
||||||
<a href="/araberlin/">
|
<a href="/araberlin/">
|
||||||
<img src="/araberlin/Affiche_Araberlin.webp" class="mx-auto" style="max-height: calc(100dvh - 150px)" alt="Couverture Araberlin" />
|
<img src="/araberlin/Affiche_Araberlin.jpg" class="mx-auto" style="max-height: calc(100dvh - 150px)" alt="Couverture Araberlin" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue