mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Fix navbar toggler (make bootstrap 5 compatible)
This commit is contained in:
		
							parent
							
								
									2d09f1b27e
								
							
						
					
					
						commit
						4548c18688
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,8 @@
 | 
				
			||||||
  <a class="navbar-brand" href="{{ ref . "/" }}">
 | 
					  <a class="navbar-brand" href="{{ ref . "/" }}">
 | 
				
			||||||
    <code>/home/{{ lower .Site.Title }}</code>
 | 
					    <code>/home/{{ lower .Site.Title }}</code>
 | 
				
			||||||
  </a>
 | 
					  </a>
 | 
				
			||||||
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
 | 
					  <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav"
 | 
				
			||||||
 | 
					    aria-expanded="false" aria-label="Toggle navigation">
 | 
				
			||||||
    <span class="navbar-toggler-icon"></span>
 | 
					    <span class="navbar-toggler-icon"></span>
 | 
				
			||||||
  </button>
 | 
					  </button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue