From 6e1e8effd3e595ad342d11644b072725a218c1eb Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 2 Jun 2026 00:21:16 +0300 Subject: init: moved to gumx.cc --- build/templates/partials/.gitkeep | 0 build/templates/partials/footer.html | 16 ++++++++++++++++ build/templates/partials/head.html | 11 +++++++++++ build/templates/partials/header.html | 6 ++++++ 4 files changed, 33 insertions(+) create mode 100644 build/templates/partials/.gitkeep create mode 100644 build/templates/partials/footer.html create mode 100644 build/templates/partials/head.html create mode 100644 build/templates/partials/header.html (limited to 'build/templates/partials') diff --git a/build/templates/partials/.gitkeep b/build/templates/partials/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/build/templates/partials/footer.html b/build/templates/partials/footer.html new file mode 100644 index 0000000..6dca778 --- /dev/null +++ b/build/templates/partials/footer.html @@ -0,0 +1,16 @@ + diff --git a/build/templates/partials/head.html b/build/templates/partials/head.html new file mode 100644 index 0000000..f9f143e --- /dev/null +++ b/build/templates/partials/head.html @@ -0,0 +1,11 @@ + + + + + {{#META_DATE}}{{/META_DATE}} + {{#META_DESCRIPTION}}{{/META_DESCRIPTION}} + + {{#HAS_CODE}} + + {{/HAS_CODE}} + diff --git a/build/templates/partials/header.html b/build/templates/partials/header.html new file mode 100644 index 0000000..cbe3936 --- /dev/null +++ b/build/templates/partials/header.html @@ -0,0 +1,6 @@ +
+ +
-- cgit v1.2.3