From a9168e6f04f766f7d88bc1b24aaa81336098b2fc Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 03:56:47 +0300 Subject: Auto-commit 2024-12-15 --- layouts/partials/single/footer.html | 12 ++++++++++++ layouts/partials/single/header.html | 15 +++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 layouts/partials/single/footer.html create mode 100644 layouts/partials/single/header.html (limited to 'layouts/partials/single') diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html new file mode 100644 index 0000000..5c53001 --- /dev/null +++ b/layouts/partials/single/footer.html @@ -0,0 +1,12 @@ + +{{ if .Params.comments }} {{ partial "comments.html" . }} {{ end }} diff --git a/layouts/partials/single/header.html b/layouts/partials/single/header.html new file mode 100644 index 0000000..7b40390 --- /dev/null +++ b/layouts/partials/single/header.html @@ -0,0 +1,15 @@ +

{{ .LinkTitle }}

+{{ if .Date }} +
+ + + + + + {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}} + +
+{{ end }} +{{ if .Params.Image }} + +{{ end }} \ No newline at end of file -- cgit v1.2.3