You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/17 17:43:44 UTC

[petri-site] branch master updated: Move stylesheets out of head

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 e9fcb4a  Move stylesheets out of head
e9fcb4a is described below

commit e9fcb4aaceff9c74ed072455732ed3fc0a35ec82
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Wed Mar 17 10:43:40 2021 -0700

    Move stylesheets out of head
---
 theme/apache/templates/base.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 56cf0f9..55460d9 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -43,14 +43,6 @@
     <meta name="msapplication-config" content="https://www.apache.org/favicons/browserconfig.xml">
     <meta name="theme-color" content="#282661">
 
-    <link rel="stylesheet"
-      href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
-      integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
-      crossorigin="anonymous">
-    <link rel="stylesheet"
-      href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
-    <link rel="stylesheet" href="theme/css/apache.css">
-
     {% endblock %}
   </head>
 
@@ -140,6 +132,14 @@
       </div>
     </footer>
 
+    <link rel="stylesheet"
+      href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+      integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+      crossorigin="anonymous">
+    <link rel="stylesheet"
+      href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
+    <link rel="stylesheet" href="theme/css/apache.css">
+
     <script src="https://www.apachecon.com/event-images/snippet.js"></script>
     <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
       integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"