mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	fix: fix unicode broken tags (#261)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							614a6222a1
						
					
				
				
					commit
					c5b103c85f
				
			@@ -15,7 +15,14 @@
 | 
			
		||||
      </p>
 | 
			
		||||
      <ul class="tags">
 | 
			
		||||
          {{ range (.GetTerms "tags") }}
 | 
			
		||||
          <li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li>
 | 
			
		||||
          <li><a href="{{ .Permalink }}">
 | 
			
		||||
          {{if (eq $.Site.Language.Lang "en")}}
 | 
			
		||||
            {{ .LinkTitle | humanize }}
 | 
			
		||||
          {{else}}
 | 
			
		||||
            {{ .LinkTitle }}
 | 
			
		||||
          {{end}}
 | 
			
		||||
            </a>
 | 
			
		||||
           </li>
 | 
			
		||||
          {{ end }}
 | 
			
		||||
      </ul>
 | 
			
		||||
      {{partial "toc.html" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user