spacing shortcode and adding it in atwood
This commit is contained in:
		
							parent
							
								
									73229a8519
								
							
						
					
					
						commit
						c11a8ec022
					
				
					 2 changed files with 11 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,8 @@ description: ""
 | 
			
		|||
- Location: 5ten Youth Center, 510 Main, Atwood KS
 | 
			
		||||
- Ages: 9-12th Grade
 | 
			
		||||
 | 
			
		||||
{{< spacing >}}
 | 
			
		||||
 | 
			
		||||
# Junior High
 | 
			
		||||
- Start Time: 2nd & 4th Wednesday of month, 6:00 PM (Supper provided)
 | 
			
		||||
- End Time: 8:00
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										9
									
								
								layouts/shortcodes/spacing.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								layouts/shortcodes/spacing.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
{{- $height := .Get "height" | default "100px" -}}
 | 
			
		||||
<style>
 | 
			
		||||
  .space{
 | 
			
		||||
      height: {{ $height }};
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
 | 
			
		||||
<div class="space" style="display: flex;">
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue