From 08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 31 Aug 2021 01:13:15 +0300 Subject: website: switch to hugo --- layouts/shortcodes/pkg.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/pkg.html (limited to 'layouts/shortcodes/pkg.html') diff --git a/layouts/shortcodes/pkg.html b/layouts/shortcodes/pkg.html new file mode 100644 index 0000000..0c2eeff --- /dev/null +++ b/layouts/shortcodes/pkg.html @@ -0,0 +1 @@ +{{ or (index .Params 1 ) (index .Params 0 | path.Base)}} -- cgit v1.2.3