This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 2b97489 site check 2b97489 is described below commit 2b97489f8d75c781c84c4a3447dc835acc0d5e0d Author: Won Wook SONG <wsong0...@gmail.com> AuthorDate: Wed Nov 9 00:45:23 2022 +0900 site check --- _includes/footer.html | 2 +- _includes/js_files.html | 2 +- _includes/topnav.html | 1 + assets/js/jquery-1.12.4.min.js | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 7dcc10e..3e9fa73 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,7 +11,7 @@ Disclaimer: Apache Nemo (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of t [...] <br> <br> - Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation + Copyright © 2022 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation </p> <!-- <p class="text-muted">Place sticky footer content here.</p> --> </div> diff --git a/_includes/js_files.html b/_includes/js_files.html index cde8e3b..98527ae 100644 --- a/_includes/js_files.html +++ b/_includes/js_files.html @@ -1,7 +1,7 @@ <script> var baseurl = '{{ site.baseurl }}' </script> -<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> +<script src="{{ "/assets/js/jquery-1.12.4.min.js" | relative_url }} "></script> <script src="{{ "/assets/js/bootstrap.min.js" | relative_url }} "></script> <script src="{{ "/assets/js/typeahead.bundle.min.js" | relative_url }} "></script> diff --git a/_includes/topnav.html b/_includes/topnav.html index db49235..1fa7289 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -27,6 +27,7 @@ <li><a href="https://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> <li><a href="https://www.apache.org/licenses/">License</a></li> <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/policies/privacy.html">Privacy</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsoring Apache</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> </ul> diff --git a/assets/js/jquery-1.12.4.min.js b/assets/js/jquery-1.12.4.min.js new file mode 100644 index 0000000..8f30e51 --- /dev/null +++ b/assets/js/jquery-1.12.4.min.js @@ -0,0 +1,2 @@ +/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r [...] \ No newline at end of file