mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Remove redundant <p> tags from home-info mode
				
					
				
			This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|         <h1>{{ .Title | markdownify }}</h1> |         <h1>{{ .Title | markdownify }}</h1> | ||||||
|     </header> |     </header> | ||||||
|     <div class="entry-content"> |     <div class="entry-content"> | ||||||
|         <p>{{ .Content | markdownify }}</p> |         {{ .Content | markdownify }} | ||||||
|     </div> |     </div> | ||||||
|     <footer class="entry-footer"> |     <footer class="entry-footer"> | ||||||
|         {{ partial "social_icons.html" site.Params.socialIcons }} |         {{ partial "social_icons.html" site.Params.socialIcons }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange