mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	single: Add post description (#165)
usage =>
in post params add : 
    description: "Desc Text."
			
			
This commit is contained in:
		| @@ -6,6 +6,9 @@ | ||||
|       {{ .Title }} | ||||
|       {{- if .Draft }}<div class="entry-isdraft"><sup>  [draft]</sup></div>{{- end }} | ||||
|     </h1> | ||||
|     <div class="post-description"> | ||||
|       {{ .Description }} | ||||
|     </div> | ||||
|     {{- if .Params.hideMeta }}{{ else }} | ||||
|     <div class="post-meta"> | ||||
|       {{- partial "post_meta.html" . -}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Weichen Liu
					Weichen Liu