mise à jour

This commit is contained in:
Yannick Francois
2020-02-11 14:55:24 +01:00
parent f7a02d1b3b
commit d0c0d8f4b1
9 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
- résilier orange
- passer le PS1
---
- mardi 15h amadou ?
- mardi 15h amadou
- mercredi 12 février thé de chine walking dev montpellier
- jeudi 13 17h réunion pédago descodeuses
- vendredi 14 février 2020 10:00 11:00 Entretien Acheteur CSF
+6
View File
@@ -147,6 +147,12 @@
<li><a href="http://www.passerelleco.info/article.php?id_article=1708">Introduction à la Permaculture</a></li>
<li><p><a href="https://www.amazon.fr/Permaculture-d%C3%A9buter-Jardiner-imitant-nature/dp/2815306174">Permaculture : le guide pour bien débuter : Jardiner en imitant la nature</a></p></li>
</ul>
<p>YAF author test : <strong></strong></p>
<p>YAF keywords test : <strong></strong></p>
<p>liste ?
<ul>
</ul>
</p>
</main>
</body>
</html>
+1 -1
View File
@@ -5,7 +5,7 @@
<subtitle>les dernières mise à jour du site</subtitle>
<link href="http://elsif.fr/" />
<id>tag:elsif.fr</id>
<updated>Tue, 11 Feb 2020 11:34:55 +0100</updated>
<updated>Tue, 11 Feb 2020 13:42:44 +0100</updated>
<entry xml:lang='fr'><title><a class="top header-title" href="../../index.html">Les pieds dans le code</a>
+9
View File
@@ -33,6 +33,15 @@
<p>Je partage une <a href="/boite-a-idee">liste trop grande de trucs que jaimerais faire</a>.</p>
</div>
</div>
<p>YAF author test : <strong>Yannick</strong></p>
<p>YAF keywords test : <strong>index</strong></p>
<p>liste ?
<ul>
<li>test : index</li>
<li>test : truc</li>
<li>test : bidules</li>
</ul>
</p>
</main>
</body>
</html>
+8
View File
@@ -1,3 +1,11 @@
---
author: Yannick
keywords:
- index
- truc
- bidules
---
<div style="display:block; "> <img src="/images/demi_portrait_bonnet.png"
style="display: flex" class="portrait">
+6
View File
@@ -534,6 +534,12 @@
<li>02 Mar 2006 » <a href="/posts/2006/2006-03-02-les-premiers/">Les premiers</a></li>
<li>01 Mar 2006 » <a href="/posts/2006/2006-03-01-trinity-rescue-a-laide/">Trinity rescue : A l'aide !</a></li>
</ul>
<p>YAF author test : <strong></strong></p>
<p>YAF keywords test : <strong></strong></p>
<p>liste ?
<ul>
</ul>
</p>
</main>
</body>
</html>
+3
View File
@@ -0,0 +1,3 @@
index
truc
bidules
+3
View File
@@ -0,0 +1,3 @@
$for(keywords)$
$keywords$
$endfor$
+9
View File
@@ -23,6 +23,15 @@
<body>
<main>
$body$
<p>YAF author test : <strong>$author$</strong></p>
<p>YAF keywords test : <strong>$keywords$</strong></p>
<p>liste ?
<ul>
$for(keywords)$
<li>test : $keywords$</li>
$endfor$
</ul>
</p>
</main>
</body>
</html>