From e8d138c4d5e47351e4dd6938aef4a912ee66e4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 7 Jun 2022 20:49:51 +0200 Subject: [PATCH] docs: remove unused and broken ghcontributors shortcode --- .../layouts/shortcodes/ghcontributors.html | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 exampleSite/layouts/shortcodes/ghcontributors.html diff --git a/exampleSite/layouts/shortcodes/ghcontributors.html b/exampleSite/layouts/shortcodes/ghcontributors.html deleted file mode 100644 index 3e8a92872e..0000000000 --- a/exampleSite/layouts/shortcodes/ghcontributors.html +++ /dev/null @@ -1,31 +0,0 @@ - -
- {{ $url := .Get 0 }} - {{ range getJSON $url }} -
- - - {{.contributions}} commits -
- {{ end }} -
\ No newline at end of file