mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Allow adding markdown description on list pages
This commit is contained in:
		| @@ -10,7 +10,7 @@ | |||||||
|   <h1>{{ .Title }}</h1> |   <h1>{{ .Title }}</h1> | ||||||
|   {{- if .Description }} |   {{- if .Description }} | ||||||
|   <div class="post-description"> |   <div class="post-description"> | ||||||
|     {{ .Description }} |     {{ .Description | markdownify }} | ||||||
|   </div> |   </div> | ||||||
|   {{- end }} |   {{- end }} | ||||||
| </header> | </header> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange