mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	See https://gohugo.io/templates/new-templatesystem-overview/ Under layouts/ - mv _default/* . - mv partials _partials - mv shortcodes _shortcodes - mv taxonomy/list.html taxonomy.html - mv taxonomy/term.html term.html
		
			
				
	
	
		
			6 lines
		
	
	
		
			153 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			153 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ if .IsNamedParams }}
 | |
|     <abbr title="{{ .Get "title" }}">{{ .Inner }}</abbr>
 | |
| {{ else }}
 | |
|     <abbr title="{{ .Get 0 }}">{{ .Inner }}</abbr>
 | |
| {{ end }}
 |