11
									
								
								config.toml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								config.toml
									
									
									
									
									
								
							@@ -4,5 +4,14 @@ languageCode = 'en-us'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[params]
 | 
					[params]
 | 
				
			||||||
  # "relatedtext" is the text that appears above the tag list at the bottom of pages.
 | 
					  # "relatedtext" is the text that appears above the tag list at the bottom of pages.
 | 
				
			||||||
  #relatedtext = "Related:"
 | 
					  relatedtext = "Related"
 | 
				
			||||||
  favicon = "/favicon.ico"
 | 
					  favicon = "/favicon.ico"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  #list items
 | 
				
			||||||
 | 
					  datesinlist = true
 | 
				
			||||||
 | 
					  authorsinlist = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  #footer items
 | 
				
			||||||
 | 
					  nextprev = true
 | 
				
			||||||
 | 
					  taglist = true
 | 
				
			||||||
 | 
					  showrss = true
 | 
				
			||||||
@@ -5,13 +5,16 @@
 | 
				
			|||||||
{{ .Content }}
 | 
					{{ .Content }}
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
{{- range.Pages }}
 | 
					{{- range.Pages }}
 | 
				
			||||||
	<li>
 | 
					<li>
 | 
				
			||||||
		{{- if .Param "datesinlist" }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – {{ end -}}
 | 
						{{- if .Param "datesinlist" }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – {{ end -}}
 | 
				
			||||||
		<a href="{{ .RelPermalink }}">{{ .Title }}</a>
 | 
						<a href="{{ .RelPermalink }}">{{ .Title }}</a>
 | 
				
			||||||
		{{- if .Param "authorsinlist" }}
 | 
						{{- if .Param "authorsinlist" }}
 | 
				
			||||||
		{{- range .Param "authors" }} by {{ . }}{{ end -}}
 | 
						{{ with .Params.authors }}
 | 
				
			||||||
		{{ end -}}
 | 
							by 
 | 
				
			||||||
		</li>
 | 
							{{ delimit . ", " " and " }}
 | 
				
			||||||
 | 
						{{end}}
 | 
				
			||||||
 | 
						{{ end -}}
 | 
				
			||||||
 | 
					</li>
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user