We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d833ac commit f05835eCopy full SHA for f05835e
css/11dim.css
@@ -7,10 +7,15 @@ body > footer ul {
7
line-height: 1.2em;
8
}
9
10
+body > footer .modified {
11
+ text-align: right;
12
+}
13
+
14
blockquote + blockquote::before {
15
display: block;
16
width: 55%;
17
content: "* * *";
18
text-align: center;
19
color: #aaa;
20
21
includes/layouts/notice.pug
@@ -9,3 +9,8 @@ block content
each tag in tags
span #!{ tag }
section !{ content }
+block footer_extra
+ section
+ hr
+ p.modified dernière modification : #{ page.date.toLocaleString('fr-Fr', { 'timeZone': 'Europe/Paris' }) }
includes/parts/footer.pug
@@ -6,6 +6,7 @@
6
]
footer
+ block footer_extra
hr
h3 flux rss
ul
0 commit comments