This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new dd2152b Adjust line spacing around includes
dd2152b is described below
commit dd2152b0160accf7e7827ccc2f01e04a4bad73a4
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Apr 8 07:30:23 2021 -0700
Adjust line spacing around includes
---
theme/apache/templates/base.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index e658762..9ab1436 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -23,16 +23,21 @@
<title>Apache Petri</title>
{% endblock %}
{% include "meta.html" %}
+
{% include "styles.html" %}
+
</head>
<body id="index" class="home">
{% include "menu.html" %}
+
<div class="container">
{% block content %}
{% endblock %}
</div>
{% include "footer.html" %}
+
{% include "scripts.html" %}
+
</body>
</html>