diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index a030c2b..2444b94 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -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 {