Skip to content

Commit fc15766

Browse files
committed
Added newline in header.html for clarity between macro blocks
1 parent d3fc55b commit fc15766

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/templates/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ <h3>{{ game.author }}</h3>
1313
</div>
1414
</a>
1515
{% endif %}
16-
{% endmacro %} {% block header %}
16+
{% endmacro %}
17+
18+
{% block header %}
1719
<!DOCTYPE html>
1820
<html lang="en">
1921
<head>

0 commit comments

Comments
 (0)