editions/src/_includes/layout.pug

39 lines
954 B
Plaintext

doctype html
html
head
meta(charset="utf-8")
meta(name="viewport",content="width=device-width, initial-scale=1")
title=title
link(rel="stylesheet", href="/styles/main.css")
//- string interpolation below
//- https://pugjs.org/language/interpolation.html#string-interpolation-unescaped
body
.wrapper
header
.title
.logo
img(src="/assets/image.jpg", alt="logo")
h1
a(href="/") éditions ryogasp!
p auto-édition et petits tirages
nav
ul.nodots
li
a(href="/about") à propos
main
.content
block content
div !{content}
footer
block footer
div(class="update") Date de dernière mise à jour : 
span #{page.date.toISOString().substring(0, 10)}
nav
ul.nodots
li
a(href="/about") à propos