mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	i18n: add support for toc translation
This commit is contained in:
		| @@ -23,7 +23,7 @@ | |||||||
|   <div class="toc"> |   <div class="toc"> | ||||||
|     <details {{if .Params.TocOpen }} open{{ end }}> |     <details {{if .Params.TocOpen }} open{{ end }}> | ||||||
|       <summary> |       <summary> | ||||||
|         <div class="details">Table of Contents</div> |         <div class="details">{{ i18n "toc" | default "Table of Contents" }}</div> | ||||||
|       </summary> |       </summary> | ||||||
|       <blockquote> |       <blockquote> | ||||||
|         {{ partial "toc.html" . }} |         {{ partial "toc.html" . }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange