From 13c508e65686eb5a83ab87b88f6c369b0d2faa00 Mon Sep 17 00:00:00 2001 From: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:39:47 +0000 Subject: [PATCH] Create update.rhai for klassy Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --- anda/themes/klassy/update.rhai | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 anda/themes/klassy/update.rhai diff --git a/anda/themes/klassy/update.rhai b/anda/themes/klassy/update.rhai new file mode 100644 index 0000000000..4a612be92d --- /dev/null +++ b/anda/themes/klassy/update.rhai @@ -0,0 +1,5 @@ +rpm.global("tag", gh("paulmcauley/klassy")); +if rpm.changed() { + rpm.global("date", date()); // remove if we don't need the `date` macro + rpm.release(); +}