From 5c7c5f356b42321b7e29d98102bffb693564d08b Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Wed, 1 Apr 2020 23:08:29 +0200 Subject: [PATCH] =?UTF-8?q?int=C3=A8gre=20le=20CSS=20dans=20le=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 1 - .../2009-01-10-ruby-et-les-frameworks-web.html | 13 ++++++++++--- .../2015/2015-05-19-il-faut-faire-un-point.html | 13 ++++++++++--- content/2015/2015-05-20-choix-douteux.html | 13 ++++++++++--- content/2015/2015-08-11-fin-de-mission.html | 13 ++++++++++--- lib/template.html | 17 +++++++++-------- 6 files changed, 49 insertions(+), 21 deletions(-) diff --git a/TODO.md b/TODO.md index 6ea06a5..761b603 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,5 @@ # TODO -- inclure le CSS dans le template - intégrer une lecture par « tag » - construire des outils de validations avant publication (html, css, flux, ...) - modifier les url pour utiliser les année/mois/jour comme arborescence diff --git a/content/2009/2009-01-10-ruby-et-les-frameworks-web.html b/content/2009/2009-01-10-ruby-et-les-frameworks-web.html index 4a75cdc..ec99cf0 100644 --- a/content/2009/2009-01-10-ruby-et-les-frameworks-web.html +++ b/content/2009/2009-01-10-ruby-et-les-frameworks-web.html @@ -15,8 +15,16 @@ - +
@@ -29,8 +37,7 @@
diff --git a/content/2015/2015-05-19-il-faut-faire-un-point.html b/content/2015/2015-05-19-il-faut-faire-un-point.html index 3819be1..d5c43ae 100644 --- a/content/2015/2015-05-19-il-faut-faire-un-point.html +++ b/content/2015/2015-05-19-il-faut-faire-un-point.html @@ -15,8 +15,16 @@ - +
@@ -31,8 +39,7 @@
diff --git a/content/2015/2015-05-20-choix-douteux.html b/content/2015/2015-05-20-choix-douteux.html index 0e2c0ff..07a5471 100644 --- a/content/2015/2015-05-20-choix-douteux.html +++ b/content/2015/2015-05-20-choix-douteux.html @@ -15,8 +15,16 @@ - +
@@ -31,8 +39,7 @@
diff --git a/content/2015/2015-08-11-fin-de-mission.html b/content/2015/2015-08-11-fin-de-mission.html index ed52b07..57d450a 100644 --- a/content/2015/2015-08-11-fin-de-mission.html +++ b/content/2015/2015-08-11-fin-de-mission.html @@ -15,8 +15,16 @@ - +
@@ -28,8 +36,7 @@
diff --git a/lib/template.html b/lib/template.html index c523093..3706874 100644 --- a/lib/template.html +++ b/lib/template.html @@ -15,21 +15,22 @@ - +
$if(title)$

$title$

$endif$ $body$
-