From e5685547b3233516585f6a5e20ec24ef3351fe2f Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Fri, 8 Aug 2025 23:10:01 +0800 Subject: refresh ui --- _includes/footer.html | 3 +++ _includes/head.html | 10 ++++++++++ _includes/header.html | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 _includes/footer.html create mode 100644 _includes/head.html create mode 100644 _includes/header.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..583377a --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..b7b2a28 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,10 @@ + + + + {%- seo -%} + + {%- feed_meta -%} + + + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..8560642 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,18 @@ + -- cgit v1.2.3