mirror of
				https://git.kittycat.homes/zoe/hugo-battheme.git
				synced 2024-08-15 03:25:18 +00:00 
			
		
		
		
	add menu
This commit is contained in:
		
							parent
							
								
									572bc88b45
								
							
						
					
					
						commit
						8d93639193
					
				
					 13 changed files with 231 additions and 1 deletions
				
			
		|  | @ -0,0 +1,13 @@ | |||
| <footer> | ||||
| <div id="footer-center"> | ||||
| <nav id="footer-nav"> | ||||
|     {{ $currentPage := . }} | ||||
|     {{ range .Site.Menus.nav }} | ||||
|     <a class="footer-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}}" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a> | ||||
|     {{ end }} | ||||
| </nav> | ||||
| </div> | ||||
| <div id="footer-right"> | ||||
|     <input type="checkbox" id="darkmode-toggle"> | ||||
| </div> | ||||
| </footer> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue