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] -->