Initial check-in after refactoring to use Hugo site generator with ReLearn template. HTTP Status Codes page not done--nor adwords added.
This commit is contained in:
		
							
								
								
									
										22
									
								
								themes/relearn/layouts/partials/_taxonomy.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								themes/relearn/layouts/partials/_taxonomy.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,22 @@ | ||||
| {{- partial "header.html" . }} | ||||
|           <article> | ||||
|  | ||||
| <h1>{{ if eq .Kind "term" }}{{ .Data.Singular | humanize }} {{ default "::" .Site.Params.titleSeparator }} {{ end }}{{ .Title }}</h1> | ||||
| <ul> | ||||
|   {{- range .Data.Terms.Alphabetical }} | ||||
|     {{- if and .Page.Title (or (ne (.Page.Scratch.Get "relearnIsHiddenStem") true) (ne .Page.Site.Params.disableTagHiddenPages true) ) }} | ||||
|   <li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> ({{ len .Pages }})</li> | ||||
|     {{- end }} | ||||
|   {{- else }} | ||||
|     {{- range sort .Pages "Title" }} | ||||
|       {{- if and .Title (or (ne (.Scratch.Get "relearnIsHiddenStem") true) (ne .Site.Params.disableTagHiddenPages true) ) }} | ||||
|   <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | ||||
|       {{- end }} | ||||
|     {{- end }} | ||||
|   {{- end }} | ||||
| </ul> | ||||
|  | ||||
|             <footer class="footline"> | ||||
|             </footer> | ||||
|           </article> | ||||
| {{- partial "footer.html" . }} | ||||
		Reference in New Issue
	
	Block a user