diff --git a/layouts/archives/li.html b/layouts/archives/li.html
index ac93375..0c7b055 100644
--- a/layouts/archives/li.html
+++ b/layouts/archives/li.html
@@ -7,6 +7,7 @@
{{ end }}
{{ .Title }}
+ {{ .PublishDate.Format "2006" }}
→ plus d'infos
diff --git a/static/css/style.css b/static/css/style.css
index 49a6297..3426ff6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -369,9 +369,6 @@ a.not(.anchor):focus {
.archives-list .archive:hover {
border: none;
}
-.archives-list .archive .title {
- height: 100px;
-}
.archives-list .thumbnail {
display: inline-block;
width: 100%;
@@ -389,6 +386,12 @@ a.not(.anchor):focus {
.archives-list .title {
font-weight: bold;
}
+.archives-list .year {
+ font-style: italic;
+}
+.archives-list .year::before {
+ content: " - ";
+}
.archives-list .description {
display: inline-block;
min-width: 10em;