Allow adding markdown description on list pages
This commit is contained in:
		
							parent
							
								
									bc99ae777d
								
							
						
					
					
						commit
						162d80071f
					
				|  | @ -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> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Aditya Telange
						Aditya Telange