diff options
Diffstat (limited to 'themes/hugo-theme-stack/layouts/shortcodes/gitlab.html')
-rw-r--r-- | themes/hugo-theme-stack/layouts/shortcodes/gitlab.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/hugo-theme-stack/layouts/shortcodes/gitlab.html b/themes/hugo-theme-stack/layouts/shortcodes/gitlab.html new file mode 100644 index 0000000..b5a16cf --- /dev/null +++ b/themes/hugo-theme-stack/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 |