This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6eb02e9 fix footer no show issue (#9)
6eb02e9 is described below
commit 6eb02e901c34f36ead777ad906800ecdb2fb3f2d
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Wed Mar 13 23:12:51 2024 +0800
fix footer no show issue (#9)
---
_config.yml | 6 +++++-
_includes/footer_custom.html | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/_config.yml b/_config.yml
index 6ebc549..9940568 100644
--- a/_config.yml
+++ b/_config.yml
@@ -109,7 +109,6 @@ aux_links_new_tab: false
# Supports true (default) or false
heading_anchors: true
-
color_scheme: light
# Footer content
@@ -117,6 +116,11 @@ color_scheme: light
# Note: The footer_content option is deprecated and will be removed in a
future major release. Please use `_includes/footer_custom.html` for more robust
markup / liquid-based content.
#footer_content: "Apache Gluten 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 the code, it does indicate [...]
#footer_content: "Copyright © 2017-2020 Patrick Marsceill. Distributed by
an <a
href=\"https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt\">MIT
license.</a>"
+# Back to top link
+back_to_top: true
+back_to_top_text: "Back to top"
+
+footer_content: ""
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have
`last_modified_date` defined in the frontmatter
diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
index 8527707..8dc4b21 100644
--- a/_includes/footer_custom.html
+++ b/_includes/footer_custom.html
@@ -1,6 +1,6 @@
{%- if site.footer_content -%}
- <p class="text-small text-grey-dk-100 mb-0">{{ Copyright © 2024 The Apache
Software Foundation, Licensed under the Apache License, Version 2.0.
-Apache Gluten, Gluten, Apache, the Apache feather logo, and the Apache Gluten
project logo are either registered trademarks or trademarks of the Apache
Software Foundation in the United States and/or other countries. }}</p>
- <p class="text-small text-grey-dk-100 mb-0">{{ Apache Gluten 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 stabilit [...]
+ <p class="text-small text-grey-dk-100 mb-0">Copyright © 2024 The Apache
Software Foundation, Licensed under the Apache License, Version 2.0.
+Apache Gluten, Gluten, Apache, the Apache feather logo, and the Apache Gluten
project logo are either registered trademarks or trademarks of the Apache
Software Foundation in the United States and/or other countries.</p>
+ <p class="text-small text-grey-dk-100 mb-0">Apache Gluten 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 o [...]
<p class="text-small text-grey-dk-100 mb-0"><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></p>
{%- endif -%}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]