add footer for news pages 2-n

workspace
Brendan Howell 4 years ago
parent 52880fa58c
commit 6e23617c85

@ -8,6 +8,26 @@
@page {
size: A4;
margin: 0.5cm 1cm 1cm 1cm;
@bottom-left {
content: counter(page);
font-family: "Cormorant SC";
}
@bottom-center {
content: "Yesterday's Tomorrows";
font-family: "Cormorant SC";
}
@bottom-right {
content: '${date}';
font-family: "Cormorant SC";
}
}
@page first {
@top-left {
content: none; }
@top-center {
content: none; }
@top-right {
content: none; }
}
}
html {

Loading…
Cancel
Save