mirror of
				https://git.kittycat.homes/zoe/hugo-battheme.git
				synced 2024-08-15 03:25:18 +00:00 
			
		
		
		
	responsive footer
This commit is contained in:
		
							parent
							
								
									cb4c119646
								
							
						
					
					
						commit
						052ff3b0a8
					
				
					 7 changed files with 90 additions and 10 deletions
				
			
		|  | @ -11,15 +11,15 @@ | |||
| <span id="footer-right"> | ||||
|         <input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput"> | ||||
|         <label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label> | ||||
|         <button type="button" id="hamburger-button" class="colorswitch hamburger"></button> | ||||
|         <div class="hamburger colorswitch" id="hamburger-bg"> | ||||
| <nav id="footer-nav" aria-label="navigation"> | ||||
|         <button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button> | ||||
|         <button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button> | ||||
|         <div class="hamburger colorswitch hidden" id="hamburger-bg"> | ||||
| <nav id="hamburger-nav" aria-label="navigation"> | ||||
|     {{ $currentPage := . }} | ||||
|     {{ range .Site.Menus.nav }} | ||||
|     <a class="hamburger-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}} colorswitch" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }} {{ .Title }}</a><br> | ||||
|     {{ end }} | ||||
| </nav> | ||||
| 
 | ||||
|         </div> | ||||
| </span> | ||||
| </footer> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue