mirror of
https://github.com/seigler/generative
synced 2025-07-27 07:06:08 +00:00
Use handlebars templates, add openGraph tags
This commit is contained in:
parent
1f945dab9d
commit
641de02e53
24 changed files with 920 additions and 28 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue