mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	Apply some bootstrap styling
This commit is contained in:
		
							parent
							
								
									a82ab80745
								
							
						
					
					
						commit
						71fc71e30a
					
				
					 4 changed files with 48 additions and 33 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,11 @@
 | 
			
		|||
{{ if not .Date.IsZero }}
 | 
			
		||||
    <span title='{{ .Date.Format "January 2 2006" }}'>{{ .Date.Format "2006-01-02" }}</span>
 | 
			
		||||
    <span class="pr-2" title='{{ .Date.Format "January 2 2006" }}'>
 | 
			
		||||
        <i class="far fa-calendar-alt pr-1>"></i>{{ .Date.Format "2006-01-02" }}
 | 
			
		||||
    </span>
 | 
			
		||||
{{ end }}
 | 
			
		||||
 | 
			
		||||
{{ if .Params.tags }}
 | 
			
		||||
    {{ range $1, $e := .Params.tags }}
 | 
			
		||||
        <a href="/tags/{{ urlize . }}">#{{ . }}</a>
 | 
			
		||||
        <a class="mr-1" href="/tags/{{ urlize . }}">#{{ . }}</a>
 | 
			
		||||
    {{ end }}
 | 
			
		||||
{{ end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue