Skip to content

Commit

Permalink
Merge pull request #22 from paulocoutinhox/fix-format
Browse files Browse the repository at this point in the history
fix some files format
  • Loading branch information
paulocoutinhox authored Apr 10, 2024
2 parents 2a8b2fb + 8a60e1d commit 9638b17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<html lang="{{ page_language }}">

<head>
{% include 'shared/head.html' %}
{% block head %}{% endblock %}
{% include 'shared/head.html' %}
{% block head %}{% endblock %}
</head>

<body class="main">
{% include 'shared/header.html' %}
{% include 'shared/header.html' %}

{% block content %}{% endblock %}
{% block content %}{% endblock %}

{% include 'shared/footer.html' %}
{% block footer %}{% endblock %}
{% include 'shared/footer.html' %}
{% block footer %}{% endblock %}
</body>

</html>
1 change: 0 additions & 1 deletion templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h1 class="display-5 fw-bold">Generated with success!</h1>
</a>
</div>
</div>

</div>

{{ page_container_end() }}
Expand Down

0 comments on commit 9638b17

Please sign in to comment.