diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 056e259..2506540 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/style.css"> <title>{% block title %} Farzat's website {% endblock %}</title> - <script defer src="/js/dark_theme.js"></script> + <!-- <script defer src="/js/dark_theme.js"></script> --> <link rel="icon" type="image/x-icon" href="/img/svgo/kaaba.svg"> </head> <body> @@ -18,9 +18,7 @@ </a> </header> <section class="main"> - <div class="main__container"> - {% block content %} {% endblock %} - </div> + {% block content %} {% endblock %} </section> </body> </html> |