Use handlebars templates, add openGraph tags

This commit is contained in:
Joshua Seigler 2019-11-11 12:37:24 -05:00
parent 1f945dab9d
commit 641de02e53
24 changed files with 920 additions and 28 deletions

View file

@ -3,7 +3,7 @@
}
html, body {
height: 100%;
min-height: 100%;
box-sizing: border-box;
}
@ -50,3 +50,7 @@ footer {
padding: 0.5em 1em;
border-top-right-radius: 0.5em;
}
img {
max-width: 100%;
}