mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	add check to display post-description in single
This commit is contained in:
		| @@ -6,9 +6,11 @@ | |||||||
|       {{ .Title }} |       {{ .Title }} | ||||||
|       {{- if .Draft }}<div class="entry-isdraft"><sup>  [draft]</sup></div>{{- end }} |       {{- if .Draft }}<div class="entry-isdraft"><sup>  [draft]</sup></div>{{- end }} | ||||||
|     </h1> |     </h1> | ||||||
|  |     {{- if .Description }} | ||||||
|     <div class="post-description"> |     <div class="post-description"> | ||||||
|       {{ .Description }} |       {{ .Description }} | ||||||
|     </div> |     </div> | ||||||
|  |     {{- end }} | ||||||
|     {{- if not (.Param "hideMeta") }} |     {{- if not (.Param "hideMeta") }} | ||||||
|     <div class="post-meta"> |     <div class="post-meta"> | ||||||
|       {{- partial "post_meta.html" . -}} |       {{- partial "post_meta.html" . -}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange