fix hamburger menu
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en" charset="utf-8">
 | 
			
		||||
{% include "partials/head.html" %}
 | 
			
		||||
{% include "partials/header.html" %}
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
  {% include "partials/header.html" %}
 | 
			
		||||
  <div id="content" class="py-4 sm:py-12 md:py-16 lg:py-18 overflow-hidden">
 | 
			
		||||
    {% block content %}{% endblock %}
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user