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 65983ee  Update base.html
65983ee is described below

commit 65983eec585cb91302cbde5e05df4ad67d753f64
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Mar 17 10:58:32 2021 -0700

    Update base.html
---
 theme/apache/templates/base.html | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 55460d9..07993fa 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -37,7 +37,7 @@
     <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-96x96.png"; sizes="96x96">
     <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/android-chrome-192x192.png"; 
sizes="192x192">
     <link rel="icon" type="image/png" 
href="https://www.apache.org/favicons/favicon-16x16.png"; sizes="16x16">
-    <link rel="manifest" href="https://www.apache.org/favicons/manifest.json";>
+    <link rel="manifest" href="https://www.apache.org/favicons/manifest.json"; 
crossorigin="anonymous">
     <meta name="msapplication-TileColor" content="#603cba">
     <meta name="msapplication-TileImage" 
content="https://www.apache.org/favicons/mstile-144x144.png";>
     <meta name="msapplication-config" 
content="https://www.apache.org/favicons/browserconfig.xml";>
@@ -50,7 +50,7 @@
     <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
       <img src="https://www.apache.org/foundation/press/kit/feather.svg";
         width="30" height="30" class="d-inline-block align-top"
-        alt="Apache">
+        alt="Apache Feather">
       <a class="navbar-brand" href="/">Apache Petri</a>
       <button class="navbar-toggler" type="button"
         data-toggle="collapse" data-target="#navbarSupportedContent"
@@ -112,7 +112,7 @@
           </div>
           <div class="col-sm center-align">
             <a href="https://www.apache.org/foundation/contributing.html";>
-              <img src="https://www.apache.org/images/SupportApache-small.png"; 
height="64" width="64"/>
+              <img src="https://www.apache.org/images/SupportApache-small.png"; 
alt="Support The ASF" height="64" width="64"/>
             </a>
           </div>
           <div class="col-sm right-align">
@@ -137,8 +137,10 @@
       
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">
+      
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css";
+      crossorigin="anonymous">
+    <link rel="stylesheet" href="theme/css/apache.css"
+      crossorigin="anonymous">
 
     <script src="https://www.apachecon.com/event-images/snippet.js";></script>
     <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js";

Reply via email to