ajout d'une précision
This commit is contained in:
@ -5,13 +5,18 @@
|
|||||||
|
|
||||||
<h1>Articles</h1>
|
<h1>Articles</h1>
|
||||||
|
|
||||||
<Info info="Dada." markdown=false />
|
<Info
|
||||||
|
info="Dans cette section seront publiés tout les articles qui ne sont pas des guides à proprement parler."
|
||||||
|
markdown="false"
|
||||||
|
/>
|
||||||
|
|
||||||
<h2>Articles publiés</h2>
|
<h2>Articles publiés</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{#each data.articles as post}
|
{#each data.articles as post}
|
||||||
<li class="px-4 pb-4 my-4 rounded-lg bg-base-300 dark:bg-base-300 hover:bg-base-200 hover:dark:bg-base-200 border-1 border-color-base-100">
|
<li
|
||||||
|
class="px-4 pb-4 my-4 rounded-lg bg-base-300 dark:bg-base-300 hover:bg-base-200 hover:dark:bg-base-200 border-1 border-color-base-100"
|
||||||
|
>
|
||||||
<h2>
|
<h2>
|
||||||
<a href={post.path}>
|
<a href={post.path}>
|
||||||
{post.meta.title}
|
{post.meta.title}
|
||||||
@ -21,3 +26,4 @@
|
|||||||
</li>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user