From 283602b625d6d1f86cff1626f4aa9e315c28d7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sun, 30 May 2021 22:42:36 +0200 Subject: [PATCH] Adjust hugo command, mask shortcode in shortcode --- build.sh | 2 +- layouts/shortcodes/cookie_button.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index df311da..f1bae0d 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -../hugo/hugo +hugo cp -r public/* ~/html/ diff --git a/layouts/shortcodes/cookie_button.html b/layouts/shortcodes/cookie_button.html index 6b0b4b4..cad8d3d 100644 --- a/layouts/shortcodes/cookie_button.html +++ b/layouts/shortcodes/cookie_button.html @@ -2,7 +2,7 @@ Adds a button that, when you click it stores a cookie for the user. -Use as {{< cookie_button cookie_key cookie_value button_text>}} +Use as [curly_brace x 2]< cookie_button cookie_key cookie_value button_text>[closing_curly_brace x 2] -->