mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	post-cover-image : add support for cover image for post
usage with post params =>
    cover = "<absolute image url>"
			
			
This commit is contained in:
		| @@ -90,6 +90,13 @@ | ||||
|     font-size: 14px; | ||||
| } | ||||
|  | ||||
| .entry-cover img { | ||||
|     border-radius: var(--radius); | ||||
|     margin-bottom: var(--gap); | ||||
|     pointer-events: none; | ||||
|     width: 100%; | ||||
| } | ||||
|  | ||||
| .social-icons a { | ||||
|     margin: 2px; | ||||
|     padding: 6px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange