Adjust hugo command, mask shortcode in shortcode

This commit is contained in:
moanos [he/him] 2021-05-30 22:42:36 +02:00
parent 65fbb83fe6
commit 283602b625
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
../hugo/hugo hugo
cp -r public/* ~/html/ cp -r public/* ~/html/

View File

@ -2,7 +2,7 @@
Adds a button that, when you click it stores a cookie for the user. 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]
--> -->
<script> <script>
function createCookie(name, value, days){ function createCookie(name, value, days){