about summary refs log tree commit diff homepage
path: root/_layout/head.html
diff options
context:
space:
mode:
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>