mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	Don't hide the back to top button if JS is disabled
This commit is contained in:
		| @@ -32,6 +32,13 @@ | ||||
|         <a id="back-to-top" href="#top"> | ||||
|             {{ partial "icon.html" "chevron-up" }} | ||||
|         </a> | ||||
|         <noscript> | ||||
|             <style> | ||||
|                 #back-to-top { | ||||
|                     display: block; | ||||
|                 } | ||||
|             </style> | ||||
|         </noscript> | ||||
|     </body> | ||||
|  | ||||
| </html> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user