mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	Revert "Use a markdown file for footer"
This reverts commit 81e141cef9.
The footer.md gets rendered at /footer/ which is not intended.
			
			
This commit is contained in:
		| @@ -28,8 +28,8 @@ | |||||||
|                         <p>{{ . | safeHTML }}</p> |                         <p>{{ . | safeHTML }}</p> | ||||||
|                     {{ end }} |                     {{ end }} | ||||||
|  |  | ||||||
|                     {{ if .Site.Params.footer }} |                     {{ with .Site.Params.footer }} | ||||||
|                         {{ readFile "footer.md" | .RenderString (dict "display" "inline") }} |                         {{ . | $.RenderString (dict "display" "block") }} | ||||||
|                     {{ end }} |                     {{ end }} | ||||||
|                 </small> |                 </small> | ||||||
|             </footer> |             </footer> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user