mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	extended_footer: init
* add placeholder template for extending footer closes #37
This commit is contained in:
		
							
								
								
									
										5
									
								
								layouts/partials/extend_footer.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								layouts/partials/extend_footer.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | |||||||
|  | <!-- Footer custom content area start --> | ||||||
|  | <!-- | ||||||
|  | Insert any custom code web-analytics, resources, etc. here | ||||||
|  | --> | ||||||
|  | <!-- Footer custom content area end --> | ||||||
| @@ -15,6 +15,7 @@ | |||||||
|             <path d="M12 6H0l6-6z" /></svg> |             <path d="M12 6H0l6-6z" /></svg> | ||||||
|     </button> |     </button> | ||||||
| </a> | </a> | ||||||
|  | {{- partial "extend_footer.html" . -}} | ||||||
| {{ if in site.Params.mainSections .Type }} | {{ if in site.Params.mainSections .Type }} | ||||||
| {{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | minify | fingerprint -}} | {{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | minify | fingerprint -}} | ||||||
| <script src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"></script> | <script src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"></script> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange