mirror of
				https://git.kittycat.homes/zoe/hugo-battheme.git
				synced 2024-08-15 03:25:18 +00:00 
			
		
		
		
	finish most of the colorswitch thigns
This commit is contained in:
		
							parent
							
								
									ff99214248
								
							
						
					
					
						commit
						487b637ab9
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
| <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> | ||||
|     <a class="footer-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}} colorswitch" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a> | ||||
|     {{ end }} | ||||
| </nav> | ||||
| </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue