From 6b7adcb07a2d2268f704e3dbd4264bbe852290d2 Mon Sep 17 00:00:00 2001 From: JiXieShi Date: Mon, 3 Jun 2024 18:40:21 +0800 Subject: [PATCH] UP MDTApi --- themes/blog/api/head.gohtml | 18 ++++++++++++++++++ themes/blog/api/mdt.gohtml | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 themes/blog/api/head.gohtml create mode 100644 themes/blog/api/mdt.gohtml diff --git a/themes/blog/api/head.gohtml b/themes/blog/api/head.gohtml new file mode 100644 index 0000000..a709e4b --- /dev/null +++ b/themes/blog/api/head.gohtml @@ -0,0 +1,18 @@ +{{define "header"}} + + + + + + + + Api - Starss + + + + + + + +
+{{ end }} diff --git a/themes/blog/api/mdt.gohtml b/themes/blog/api/mdt.gohtml new file mode 100644 index 0000000..566549b --- /dev/null +++ b/themes/blog/api/mdt.gohtml @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file