diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 09:02:37 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 09:02:37 -0600 |
commit | 1dcf19f75016cd4dcf07897a618b17050dca52fa (patch) | |
tree | e81b5b40e44c82add881e5eb64c603f66ca7b081 /cmd/generate | |
parent | 09b3af4133506e31cb65bd120a531f1d22602139 (diff) |
wip
Diffstat (limited to 'cmd/generate')
-rw-r--r-- | cmd/generate/imworkingon.html.tmpl | 35 |
1 files changed, 5 insertions, 30 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index 196699b..1350e73 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -3,37 +3,8 @@ <head> <meta charset="utf-8"> <title>Luke is working on</title> + <link rel="stylesheet" type="text/css" href="blog/assets/style.css"> <style> - body { - width: 98%; - max-width: 1024px; - margin-left: auto; - margin-right: auto; - - font-family: sans-serif; - } - * { - box-model: border-box; - } - kbd, code, samp, tt, pre { - background: #DDDDFF; - } - kbd, code, samp, tt, { - white-space: pre-wrap; - } - h1, h2, h3, h4, h5, h6 { - font-family: sans-serif; - } - h1 { - text-align: center; - background-color: #DDDDFF; - } - a { - text-decoration: none; - } - a:hover, a:focus { - text-decoration: underline; - } article { border: solid 1px #333333; border-radius: 1em; @@ -155,5 +126,9 @@ </article> {{- end }} </section> + <footer> + <p>The content of this page is Copyright © Luke Shumaker.</p> + <p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA-3.0</a> license.</p> + </footer> </body> </html> |