From 83fb612dde0b0107c4aa7fe8843924e2d0cf1594 Mon Sep 17 00:00:00 2001
From: 135e2 <135e2@135e2.tk>
Date: Wed, 1 Jun 2022 22:56:49 +0800
Subject: fix: set initial media attributes
Set default bulma theme while loading css to avoid switching website theme regularly at loading stage.
---
layout/_partial/head.ejs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'layout')
diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs
index ed4f8d7..9c255b8 100644
--- a/layout/_partial/head.ejs
+++ b/layout/_partial/head.ejs
@@ -33,6 +33,6 @@
<%- css('css/style.min.css') %>
-
-
+
+
\ No newline at end of file
--
cgit v1.2.3