fix: fix unicode broken tags (#261)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							5fd105f35f
						
					
				
				
					commit
					0b89b92cf0
				
			@@ -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