mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-11-03 10:17:54 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if .IsTranslated }}
 | 
						|
    <span class="post-meta-item" aria-label="{{ i18n "aria_post_meta_translations" }}">
 | 
						|
        {{ partial "icon.html" "world" }}
 | 
						|
        {{ range .Translations }}
 | 
						|
            <a href="{{ .Permalink }}">{{ .Language }}</a>
 | 
						|
        {{ end }}
 | 
						|
    </span>
 | 
						|
{{ end }}
 |