mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 11:25:26 +01:00 
			
		
		
		
	Fix malformed html structure of the translation list on post. (#886)
Moves "Translations" word out of `ul`
This commit is contained in:
		 Nicola Biancolini
					Nicola Biancolini
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							39910dc27f
						
					
				
				
					commit
					c0e7be6534
				
			| @@ -2,8 +2,8 @@ | |||||||
| {{- if (ne .Layout "search") }} | {{- if (ne .Layout "search") }} | ||||||
| {{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}} | {{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}} | ||||||
| {{- end }} | {{- end }} | ||||||
|  | {{- i18n "translations" | default "Translations" }}: | ||||||
| <ul class="i18n_list"> | <ul class="i18n_list"> | ||||||
|     {{- i18n "translations" | default "Translations" }}: |  | ||||||
|     {{- range .Translations }} |     {{- range .Translations }} | ||||||
|     <li> |     <li> | ||||||
|         <a href="{{ .Permalink }}"> |         <a href="{{ .Permalink }}"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user