change pipe to vertical bar
This commit is contained in:
		@@ -6,13 +6,13 @@
 | 
				
			|||||||
        <h1 class="display-3 text-center">{{ .Title }}</h1>
 | 
					        <h1 class="display-3 text-center">{{ .Title }}</h1>
 | 
				
			||||||
        <p class="text-center"><time datetime="{{ .Date }}">{{ .Date.Format "2006-01-02" }}</time>
 | 
					        <p class="text-center"><time datetime="{{ .Date }}">{{ .Date.Format "2006-01-02" }}</time>
 | 
				
			||||||
        {{ if .Params.tags }}
 | 
					        {{ if .Params.tags }}
 | 
				
			||||||
            |
 | 
					            │
 | 
				
			||||||
            {{range .Params.tags}}
 | 
					            {{range .Params.tags}}
 | 
				
			||||||
                <a class="btn btn-primary" href="/tags/{{ . | urlize }}" role="button">{{ . }}</a>
 | 
					                <a class="btn btn-primary" href="/tags/{{ . | urlize }}" role="button">{{ . }}</a>
 | 
				
			||||||
            {{end}}
 | 
					            {{end}}
 | 
				
			||||||
        {{end}}
 | 
					        {{end}}
 | 
				
			||||||
        {{ if .Params.categories }}
 | 
					        {{ if .Params.categories }}
 | 
				
			||||||
            |
 | 
					            │
 | 
				
			||||||
            {{range .Params.categories}}
 | 
					            {{range .Params.categories}}
 | 
				
			||||||
                <a class="btn btn-secondary" href="/categories/{{ . | urlize }}" role="button">{{ . }}</a>
 | 
					                <a class="btn btn-secondary" href="/categories/{{ . | urlize }}" role="button">{{ . }}</a>
 | 
				
			||||||
            {{end}}
 | 
					            {{end}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user