From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- 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 +++++++++++++++++++++++++++++++++++++ 8 files changed, 101 insertions(+) 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 (limited to 'layouts/partials') diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html new file mode 100644 index 0000000..c152663 --- /dev/null +++ b/layouts/partials/favicon.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..a5317e1 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..8d035ce --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,23 @@ + + + + + + +{{ hugo.Generator }} +{{ partial "favicon.html" . }} + +{{ if .IsHome }} +