From 9e4af527b0e031be99a8b6726d2ee3ac074e9a61 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 3 Aug 2022 18:46:05 +0200 Subject: Add projectFetch shortcode --- themes/researcher/layouts/partials/projectFetcher.html | 17 +++++++++++++++++ themes/researcher/layouts/shortcodes/projectFetch.html | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 themes/researcher/layouts/partials/projectFetcher.html create mode 100644 themes/researcher/layouts/shortcodes/projectFetch.html (limited to 'themes') diff --git a/themes/researcher/layouts/partials/projectFetcher.html b/themes/researcher/layouts/partials/projectFetcher.html new file mode 100644 index 0000000..40f2fea --- /dev/null +++ b/themes/researcher/layouts/partials/projectFetcher.html @@ -0,0 +1,17 @@ +
+ + + + + +----- + +This information was fetched from [OSXIV's](https://github.com/Baitinq/OSXIV) [README]("https://raw.githubusercontent.com/Baitinq/OSXIV/master/README.md"). diff --git a/themes/researcher/layouts/shortcodes/projectFetch.html b/themes/researcher/layouts/shortcodes/projectFetch.html new file mode 100644 index 0000000..e943994 --- /dev/null +++ b/themes/researcher/layouts/shortcodes/projectFetch.html @@ -0,0 +1,17 @@ +
+ + + + + +----- + +This information was fetched from [{{ .Get "projectName" }}'s]({{ .Get "projectURL" }}) [README]({{ .Get "readmeURL" }}). -- cgit 1.4.1