Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmdhnreza <23427492+rmdhnreza@users.noreply.github.com>2022-06-11 12:04:20 +0300
committerGitHub <noreply@github.com>2022-06-11 12:04:20 +0300
commit3d09c23284089a7edaa4a45dc21807022c7878f6 (patch)
tree0e71a8ba77ca83dce990b912ef82d27ab2c773df /layouts/shortcodes/gitlab.html
parent7a38f3ad5089a35188273095e6669808753ba767 (diff)
feat(article): GitLab Snippets Shortcode (#627)
Diffstat (limited to 'layouts/shortcodes/gitlab.html')
-rw-r--r--layouts/shortcodes/gitlab.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/shortcodes/gitlab.html b/layouts/shortcodes/gitlab.html
new file mode 100644
index 0000000..b5a16cf
--- /dev/null
+++ b/layouts/shortcodes/gitlab.html
@@ -0,0 +1,4 @@
+<script
+ type="application/javascript"
+ src="https://gitlab.com/-/snippets/{{ index .Params 0 }}.js"
+></script> \ No newline at end of file