about summary refs log tree commit diff homepage
path: root/_layout/head.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-09 09:33:17 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-09 09:33:17 +0700
commitb03c056bcfac360d0f8be1321c576e65d2466757 (patch)
tree9145a1359ac4be3a5b819289c05457e0d0839d52 /_layout/head.html
parent818a0bd6f1b3305351d482eeab4e9e64c2af3a18 (diff)
downloadsite-b03c056bcfac360d0f8be1321c576e65d2466757.tar.gz
Clean up styling, again
Diffstat (limited to '_layout/head.html')
-rw-r--r--_layout/head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_layout/head.html b/_layout/head.html
index 079b80d..6a46812 100644
--- a/_layout/head.html
+++ b/_layout/head.html
@@ -5,8 +5,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   {{if hasmath}} {{insert head_katex.html }}     {{end}}
   {{if hascode}} {{insert head_highlight.html }}   {{end}}
-  <link rel="stylesheet" href="/css/franklin.css">
-  <link rel="stylesheet" href="/css/basic.css">
+  <link rel="stylesheet" href="/css/style.css">
   <link rel="icon" href="/assets/favicon.png">
   {{isdef title}} <title>{{fill title}}</title>  {{end}}
 </head>