From e63d6e44b0ee31ee3ff968bd3de937c60587c365 Mon Sep 17 00:00:00 2001 From: woon Date: Wed, 12 Apr 2023 15:12:54 +0800 Subject: [PATCH] update --- tmpl/layouts/base.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tmpl/layouts/base.html b/tmpl/layouts/base.html index 7501ae5..ce08be6 100644 --- a/tmpl/layouts/base.html +++ b/tmpl/layouts/base.html @@ -1,15 +1,16 @@ + - + {{.title}} - - {{block "ext_css" .}}{{end}} + {{block "ext_css" .}}{{end}} +
@@ -25,20 +26,23 @@
~/tools
+
+ ~/img +
- +
{{block "body" .}} {{end}}
- +
{{block "ext_js" .}}{{end}} - + \ No newline at end of file