javeme commented on code in PR #124:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/124#discussion_r865735842


##########
themes/docsy/layouts/partials/footer.html:
##########
@@ -3,16 +3,27 @@
   <div class="container">
     <div class="row">
       {{ if .Site.Params.ui.footer_logo }}
-      <div class="col-3">
-          <a href="https://www.apache.org";>
-            <div class="footer-apache-logo">
-              {{ with resources.Get "icons/apache_logo.svg" }}{{ ( . | 
minify).Content | safeHTML }}{{ end }}{{ end }}
-            </div>
-          </a>
+      <div class="col-6">
+          <div class="footer-row">
+            <a href="https://www.apache.org";>
+              <div class="footer-apache-logo">
+                {{ with resources.Get "icons/apache_logo.svg" }}{{ ( . | 
minify).Content | safeHTML }}{{ end }}{{ end }}
+              </div>
+            </a>
+            <ul class="footer-link">
+              <li><a class="white" 
href="http://www.apache.org";>Foundation</a></li>
+              <li><a class="white" 
href="http://www.apache.org/licenses/";>License</a></li>
+              <li><a class="white" 
href="https://www.apache.org/security/";>Security</a></li>
+              <li><a class="white" 
href="http://www.apache.org/events/current-event";>Events</a></li>
+              <li><a class="white" 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+              <li><a class="white" 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+            </ul>
+          </div>
       </div>
-      <div class="col-9 text-white text-center container-center">
-        <p>Copyright &copy; {{ now.Year}} The Apache Software Foundation, 
Licensed under the <a class="white" 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.</p>
-        <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation. </p>
+      <div class="col-6 text-white text-center container-center">
+        <p>Copyright &copy; {{ now.Year}} The Apache Software Foundation, 
Licensed under</p>
+        <p>the <a class="white" 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.Apache and the Apache feather</p>

Review Comment:
   add a space into "\</a>.Apache"?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to