From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- layouts/_default/baseof.html | 14 ++++++++++++++ layouts/_default/list.html | 14 ++++++++++++++ layouts/_default/single.html | 24 +++++++++++++++++++++++ layouts/index.html | 36 +++++++++++++++++++++++++++++++++++ layouts/partials/favicon.html | 1 + layouts/partials/footer.html | 9 +++++++++ layouts/partials/head.html | 23 ++++++++++++++++++++++ layouts/partials/header.html | 9 +++++++++ layouts/partials/math.html | 5 +++++ layouts/partials/post-meta.html | 12 ++++++++++++ layouts/partials/scripts.html | 5 +++++ layouts/partials/sidebar.html | 37 ++++++++++++++++++++++++++++++++++++ layouts/tags/list.html | 42 +++++++++++++++++++++++++++++++++++++++++ 13 files changed, 231 insertions(+) create mode 100644 layouts/_default/baseof.html create mode 100644 layouts/_default/list.html create mode 100644 layouts/_default/single.html create mode 100644 layouts/index.html create mode 100644 layouts/partials/favicon.html create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/head.html create mode 100644 layouts/partials/header.html create mode 100644 layouts/partials/math.html create mode 100644 layouts/partials/post-meta.html create mode 100644 layouts/partials/scripts.html create mode 100644 layouts/partials/sidebar.html create mode 100644 layouts/tags/list.html (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..13f61d2 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,14 @@ + + +{{ partial "head.html" . }} + +
+ {{ partial "header.html" . }} + + {{ block "main" . }}{{ end }} + + {{ partial "footer.html" . }} + {{ partial "scripts.html" . }} + + + \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..0275644 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,14 @@ +{{ define "main" }} +