Adjust hugo command, mask shortcode in shortcode
This commit is contained in:
		
							
								
								
									
										2
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								build.sh
									
									
									
									
									
								
							@@ -1,3 +1,3 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
../hugo/hugo
 | 
					hugo
 | 
				
			||||||
cp -r public/* ~/html/
 | 
					cp -r public/* ~/html/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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){
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user