From 0b3f38b3786c1b738165778d210453e1c2bfe309 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 17:37:43 +0200 Subject: g2h: Add commit page --- templates/commit.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/commit.md (limited to 'templates') diff --git a/templates/commit.md b/templates/commit.md new file mode 100644 index 0000000..fcf57b7 --- /dev/null +++ b/templates/commit.md @@ -0,0 +1,9 @@ +{% include '_head.md' %} + +**Commit**: {{ commit.hexsha }} +**Author**: {{ commit.author }} +**Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} + +``` +{{ commit.message }} +``` -- cgit v1.2.3