fix: redundant 'true' at footer when no javascript is disabled
This commit is contained in:
		
							parent
							
								
									e605e4ed42
								
							
						
					
					
						commit
						af55568839
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -74,7 +74,7 @@ const { title = pageTitle, description = siteConfig.description, ogImage = "" }
 | 
				
			||||||
        <p>Powered by <a href="https://git.gb0.dev/gb/mercury" target="_blank"><Logo width={16} height={16} /> mercury</a></p>
 | 
					        <p>Powered by <a href="https://git.gb0.dev/gb/mercury" target="_blank"><Logo width={16} height={16} /> mercury</a></p>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </footer>
 | 
					    </footer>
 | 
				
			||||||
    { !noscript || siteConfig.neko.enabled &&
 | 
					    { (siteConfig.neko.enabled && !noscript) &&
 | 
				
			||||||
      <>
 | 
					      <>
 | 
				
			||||||
        <script is:inline define:vars={{ nekoType  }}>
 | 
					        <script is:inline define:vars={{ nekoType  }}>
 | 
				
			||||||
          window.NekoType = nekoType;
 | 
					          window.NekoType = nekoType;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue