mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 01:53:30 -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
		
			
				
	
	
		
			9 lines
		
	
	
		
			327 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			327 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ with .OutputFormats.Get "markdown" }}
 | |
|     <span class="page-metadata-item post-meta-view-markdown" aria-label="{{ i18n "aria_post_meta_view_markdown" }}">
 | |
|         {{ partial "icon.html" "code" }}
 | |
|         <a href="{{ .Permalink }}" target="_blank">
 | |
|             {{- i18n "view_markdown" -}}
 | |
|         </a>
 | |
|     </span>
 | |
| {{ end }}
 |