inital setup
This commit is contained in:
		
							
								
								
									
										5
									
								
								layouts/shortcodes/inTextImg.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								layouts/shortcodes/inTextImg.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| {{- $Img := (.Get "url") }} | ||||
| {{- $height := (.Get "height") }} | ||||
| {{- $alt := (.Get "alt") }} | ||||
|  | ||||
| <img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}"> | ||||
		Reference in New Issue
	
	Block a user