aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorVi <hello@victorlourng.com>2018-07-04 19:47:24 -0400
committerVi <hello@victorlourng.com>2018-07-04 19:47:24 -0400
commit4e835f4a8bb13fa3c4590f4a76efe09cfd7d23f6 (patch)
tree4f67e0abd2e1912372083c1a7b6375bba00bd91c /templates/base.html
parent8a096b0b553d727a00edb1749c2789ec89d2de80 (diff)
downloadxesite-4e835f4a8bb13fa3c4590f4a76efe09cfd7d23f6.tar.xz
xesite-4e835f4a8bb13fa3c4590f4a76efe09cfd7d23f6.zip
Added gruvbox dark syntax theme and mobile support
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>