mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 01:53:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			260 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			260 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ with .Params.series }}
 | |
| <div class="series">
 | |
|     {{ range ($.GetTerms "series") }}
 | |
|     <span class="post-meta-item">
 | |
|         {{ partial "icon.html" "files" }}
 | |
|         <a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
 | |
|     </span>
 | |
|     {{ end }}
 | |
| </div>
 | |
| {{ end }}
 |