From ae72b8f9976a1c0cca66ff4cb31eadf311c677e7 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 1 Jun 2026 22:19:27 +0300 Subject: init: moved to own site --- templates/partials/footer.html | 18 ++++++++++++++++++ templates/partials/head.html | 12 ++++++++++++ templates/partials/header.html | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 templates/partials/footer.html create mode 100644 templates/partials/head.html create mode 100644 templates/partials/header.html (limited to 'templates/partials') diff --git a/templates/partials/footer.html b/templates/partials/footer.html new file mode 100644 index 0000000..9f3156b --- /dev/null +++ b/templates/partials/footer.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/templates/partials/head.html b/templates/partials/head.html new file mode 100644 index 0000000..fe34222 --- /dev/null +++ b/templates/partials/head.html @@ -0,0 +1,12 @@ + + + + + {{#META_DATE}}{{/META_DATE}} + {{#META_DESCRIPTION}}{{/META_DESCRIPTION}} + + {{#HAS_CODE}} + + {{/HAS_CODE}} + + diff --git a/templates/partials/header.html b/templates/partials/header.html new file mode 100644 index 0000000..fb74fca --- /dev/null +++ b/templates/partials/header.html @@ -0,0 +1,6 @@ +
+ +
-- cgit v1.2.3