mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	post-cover: add support for adding caption (#17)
* shown only on single page usage => in page-vars front-matter cover: image: '<image path/url>' alt: '<alt text>' caption: '<text>'
This commit is contained in:
		| @@ -88,9 +88,15 @@ | ||||
|     font-size: 14px; | ||||
| } | ||||
|  | ||||
| .entry-cover { | ||||
|     margin-bottom: var(--gap); | ||||
|     text-align: center; | ||||
|     font-size: 14px; | ||||
|     color: var(--secondary); | ||||
| } | ||||
|  | ||||
| .entry-cover img { | ||||
|     border-radius: var(--radius); | ||||
|     margin-bottom: var(--gap); | ||||
|     pointer-events: none; | ||||
|     width: 100%; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange