From 14e67ec38b200d3eebdc5330f5b12de424e924ff Mon Sep 17 00:00:00 2001
From: youranreus
Date: Mon, 8 Nov 2021 14:38:04 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F?=
=?UTF-8?q?=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/comments.php | 2 +-
components/footer.php | 5 +-
components/header.php | 4 +-
components/toolbar.php | 4 +-
static/css/G.css | 27 +++++-----
static/css/dark.css | 111 +++++++++++++++++++++++++++++++++++++++
static/css/shortcode.css | 1 +
static/js/G.js | 9 ++++
8 files changed, 145 insertions(+), 18 deletions(-)
diff --git a/components/comments.php b/components/comments.php
index 3027190..8fc7774 100644
--- a/components/comments.php
+++ b/components/comments.php
@@ -55,7 +55,7 @@ function threadedComments($comments, $options) {
user->hasLogin()): ?>
- 🙋user->screenName(); ?>
+ 🙋user->screenName(); ?>
diff --git a/components/footer.php b/components/footer.php
index a87214e..36c74b4 100644
--- a/components/footer.php
+++ b/components/footer.php
@@ -22,10 +22,11 @@
+
+need('components/toolbar.php'); ?>
footer(); ?>
-
-need('components/toolbar.php'); ?>
+