Skip to content

Commit

Permalink
feat: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed May 9, 2024
1 parent 41bb97b commit 707f58f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Posts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const sortedPosts = Object.entries(posts)
<template>
<div class="container main">
<h1>Journal</h1>
<p>
Ceci est le journal de la construction de ce jeu. Il contient mes découvertes, mes choix et leurs explications
ainsi que les erreurs que j'ai pu faire.
</p>
<ul class="slide-enter-content px-0">
<li
v-for="post in sortedPosts" :key="post"
Expand Down

0 comments on commit 707f58f

Please sign in to comment.