taglist in separate file
This commit is contained in:
		@@ -1,16 +1,4 @@
 | 
			
		||||
        {{- if isset .Params "tags" -}}
 | 
			
		||||
            {{- $tagsLen := len .Params.tags -}}
 | 
			
		||||
            {{- if gt $tagsLen 0 -}}
 | 
			
		||||
        <div class=taglist>
 | 
			
		||||
		{{- with .Site.Params.relatedtext }}{{ . }}<br>{{ end -}}
 | 
			
		||||
                {{- 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 -}}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
{{ partial "taglist.html" . }}
 | 
			
		||||
</main>
 | 
			
		||||
<footer>
 | 
			
		||||
	<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a><br><br>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								layouts/partials/taglist.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								layouts/partials/taglist.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
        {{- if isset .Params "tags" -}}
 | 
			
		||||
            {{- $tagsLen := len .Params.tags -}}
 | 
			
		||||
            {{- if gt $tagsLen 0 -}}
 | 
			
		||||
        <div style="clear:both" class=taglist>
 | 
			
		||||
		{{- with .Site.Params.relatedtext }}{{ . }}<br>{{ end -}}
 | 
			
		||||
                {{- 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 -}}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
@@ -26,8 +26,10 @@ header h1 {
 | 
			
		||||
 | 
			
		||||
footer {
 | 
			
		||||
	text-align: center ;
 | 
			
		||||
	clear: both ;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.taglist {
 | 
			
		||||
	text-align: center ;
 | 
			
		||||
	clear: both ;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user