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 ec55417 Proper inclusion
ec55417 is described below
commit ec554170ae3339f53961eff761ad92cbd4713d81
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Apr 8 09:20:00 2021 -0700
Proper inclusion
---
theme/apache/templates/styles.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/theme/apache/templates/styles.html
b/theme/apache/templates/styles.html
index e65e514..4ee6276 100644
--- a/theme/apache/templates/styles.html
+++ b/theme/apache/templates/styles.html
@@ -27,6 +27,6 @@
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
crossorigin="anonymous">
<style>
- {{ include "styles.css" }}
+ {% include "styles.css" %}
</style>