From bca998249eab6ceb02633a9928e8d9c11f36c8f4 Mon Sep 17 00:00:00 2001 From: Saneef Ansari Date: Sun, 3 Dec 2023 05:13:20 +0530 Subject: [PATCH] =?UTF-8?q?Create=20Plugins=20=E2=80=9Cgit-commit-date?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/git-commit-date.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/git-commit-date.md diff --git a/plugins/git-commit-date.md b/plugins/git-commit-date.md new file mode 100644 index 0000000..aa18b41 --- /dev/null +++ b/plugins/git-commit-date.md @@ -0,0 +1,14 @@ +--- +layout: /plugin.njk +title: git-commit-date +readmeUrl: https://raw.githubusercontent.com/saneef/eleventy-plugin-git-commit-date/main/README.md +categories: + - utility +maintainer: + name: Saneef Ansari + url: https://saneef.com +githubUrl: https://github.com/saneef/eleventy-plugin-git-commit-date +description: This Eleventy plugin provides two filters, one to get the git + commit date for a file path and another to get the most recent git commit in a + collection. +---