aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-12-17 23:59:15 -0800
committerChristine Dodrill <me@christine.website>2018-12-17 23:59:15 -0800
commit267e02c3377499b2e6b052b23c3fdd03550c05fb (patch)
treef1d9f465b362578bac12ea58dd481eeae209d37b /templates
parenta1d8b435f5e8266f66e571e21fc52753460bc00a (diff)
downloadxesite-267e02c3377499b2e6b052b23c3fdd03550c05fb.tar.xz
xesite-267e02c3377499b2e6b052b23c3fdd03550c05fb.zip
snow :D
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index c42feed..27264cb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,6 +6,7 @@
<meta name="go-import" content="christine.website git https://github.com/Xe/site">
<link rel="stylesheet" href="/css/hack.css" />
<link rel="stylesheet" href="/css/gruvbox-dark.css" />
+ <link rel="stylesheet" href="/css/snow.css" />
<link rel="manifest" href="/static/manifest.json" />
<link rel="alternate" type="application/rss+xml" href="https://christine.website/blog.rss" />
@@ -53,16 +54,21 @@
</style>
{{ template "styles" . }}
</head>
- <body class="hack gruvbox-dark">
+ <body class="snow hack gruvbox-dark">
{{ template "scripts" . }}
<div class="container">
<header>
<p><a href="/">Christine Dodrill</a> - <a href="/blog">Blog</a> - <a href="/contact">Contact</a> - <a href="/resume">Resume</a></p>
</header>
- {{ template "content" . }}
+
+ <div class="snowframe">
+ {{ template "content" . }}
+ </div>
+
<footer>
<blockquote>Copyright 2018 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employer.</blockquote>
</footer>
+
<script>
if (navigator.serviceWorker.controller) {
console.log("Active service worker found, no need to register");