diff options
Diffstat (limited to 'templates/layouts/default.html')
| -rw-r--r-- | templates/layouts/default.html | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/templates/layouts/default.html b/templates/layouts/default.html index b12c520..8275843 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -21,16 +21,18 @@ max-width: 70ch; font-family: "Mono"; } + pre { font-family: "Mono"; color: crimson; background-color: #f1f1f1; padding: 2px; - } - pre code { - background: none; - } + } + + pre code { + background: none; + } code { font-family: "Mono"; @@ -51,9 +53,19 @@ </head> <body> - {{ template "header.html" . }} + <h1>a73x</h1> + <nav> + <ul> + <li><a href="/">home</a></li> + <li><a href="/posts.html">posts</a></li> + </ul> + </nav> {{ template "content" . }} + <footer> + <br /><hr /><br /> + <p>see something you disagree with? Email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> </body> </html> -{{end}} +{{end}}
\ No newline at end of file |
