mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Archive: Close the <sup> tag for month counts (#93)
This commit is contained in:
		| @@ -13,7 +13,7 @@ | ||||
|   </h2> | ||||
|   {{- range .Pages.GroupByDate "January" }} | ||||
|   <div class="archive-month"> | ||||
|     <h3 class="archive-month-header">{{- .Key }}<sup class="archive-count">  {{ len .Pages }}</h3> | ||||
|     <h3 class="archive-month-header">{{- .Key }}<sup class="archive-count">  {{ len .Pages }}</sup></h3> | ||||
|     <div class="archive-posts"> | ||||
|       {{- range .Pages  }} | ||||
|       {{- if eq .Kind "page" }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Misha Brukman
					Misha Brukman