From e197c2e0866610ebe4f3de763e35ba41422b230c Mon Sep 17 00:00:00 2001 From: MeiK Date: Tue, 15 Dec 2020 15:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=A6=96=E9=A1=B5=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/baseof.html | 2 +- layouts/partials/footer.html | 23 +- layouts/partials/header.html | 1 + layouts/partials/katex.html | 4 - layouts/partials/menus.html | 2 +- layouts/partials/overview.html | 336 ++--------------------------- layouts/partials/post.html | 1 + layouts/partials/posts.html | 115 ++++++---- layouts/partials/script.html | 9 + layouts/partials/user-profile.html | 5 +- static/js/github-style.js | 100 +++++---- 11 files changed, 175 insertions(+), 423 deletions(-) delete mode 100644 layouts/partials/katex.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 84384c2..6d52152 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{ partial "header" . }} {{ block "content" . }}{{ end }} - + {{ partial "footer.html" . }} {{ partial "script.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8e75d0e..706f138 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,27 +1,20 @@ - \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a622f42..9b0e5cc 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -9,6 +9,7 @@ +