From 08c9207ea79b5801b35ba1487359f98596dcb03f Mon Sep 17 00:00:00 2001
From: Michael Dorner <mail@michaeldorner.de>
Date: Sat, 8 Mar 2025 21:27:45 +0100
Subject: [PATCH] Create gist.html

---
 layouts/shortcodes/gist.html | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 layouts/shortcodes/gist.html

diff --git a/layouts/shortcodes/gist.html b/layouts/shortcodes/gist.html
new file mode 100644
index 000000000..5f754f651
--- /dev/null
+++ b/layouts/shortcodes/gist.html
@@ -0,0 +1 @@
+<script src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>