aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 18229c5..13722a0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,8 +1,10 @@
+<!DOCTYPE html>
<html>
<head>
{{ template "title" . }}
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/hack.css" />
- <link rel="stylesheet" href="/css/solarized-dark.css" />
+ <link rel="stylesheet" href="/css/gruvbox-dark.css" />
<link rel="alternate" type="application/rss+xml" href="https://christine.website/blog.rss" />
<link rel="alternate" type="application/atom+xml" href="https://christine.website/blog.atom" />
@@ -49,7 +51,7 @@
</style>
{{ template "styles" . }}
</head>
- <body class="hack solarized-dark">
+ <body class="hack gruvbox-dark">
{{ template "scripts" . }}
<div class="container">
<header>