Revert "Add middle-dot between tags in taglist"
This reverts commit 0e34e523c6.
			
			
This commit is contained in:
		@@ -6,6 +6,7 @@
 | 
			
		||||
                {{- range $k, $v := .Params.tags -}}
 | 
			
		||||
                {{- $url := printf "tags/%s" (. | urlize | lower) -}}
 | 
			
		||||
                <a id="tag_{{ . | lower }}" href="{{ $url | absURL }}">{{ . | title }}</a>
 | 
			
		||||
                {{- if lt $k (sub $tagsLen 1) }}·{{ end -}}
 | 
			
		||||
                {{- end -}}
 | 
			
		||||
            </div>
 | 
			
		||||
            {{- end -}}
 | 
			
		||||
 
 | 
			
		||||
@@ -43,10 +43,6 @@ nav ul, footer ul, #taglist {
 | 
			
		||||
	margin: .5em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.taglist a:not(:last-child)::after {
 | 
			
		||||
	content: " · ";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@media (min-width: 1200px) {
 | 
			
		||||
	nav {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user