Skip to content

Commit e92df4f

Browse files
committed
updated footer
1 parent 8af22c3 commit e92df4f

File tree

4 files changed

+34
-17
lines changed

4 files changed

+34
-17
lines changed

_config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@ aux_links_new_tab: true
8282
# Nav menu can also be selectively enabled or disabled using page variables or the minimal layout
8383
nav_enabled: true
8484

85-
# Footer content
86-
# appears at the bottom of every page's main content
87-
88-
# Back to top link
89-
back_to_top: true
90-
back_to_top_text: "Back to top"
91-
# 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.
92-
footer_content: "Copyright &copy; 2015-2025 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment <a href=\"https://kyutech-laseine.net/english/\">(LaSeine), Kyutech.</a> <br/> <br/>
93-
Contribute to Docs <br/>
94-
- <a href=\"https://birdsopensource.github.io/contribute\">Learn more</a> about how to get involved. <br/>
95-
- <a href=\"https://github.com/orgs/BIRDSOpenSource/discussions/categories/general\">Submit feedback</a> to let us know how we can improve BIRDS Docs. <br/> <br/>
96-
Join the Community <br/>
97-
- <a href=\"{{site.telegram}}\">Chat With Us On Telegram</a> <br/>
98-
- <a href=\"{{site.youtube}}\">Watch Us On YouTube</a> <br/>
99-
- <a href=\"{{site.mailing_list}}\">Join Our Monthly Webinars</a>"
85+
# # Footer content
86+
# # appears at the bottom of every page's main content
87+
88+
# # Back to top link
89+
# back_to_top: true
90+
# back_to_top_text: "Back to top"
91+
# # 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.
92+
# footer_content: "Copyright &copy; 2015-2025 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment <a href=\"https://kyutech-laseine.net/english/\">(LaSeine), Kyutech.</a> <br/> <br/>
93+
# Contribute to Docs <br/>
94+
# - <a href=\"https://birdsopensource.github.io/contribute\">Learn more</a> about how to get involved. <br/>
95+
# - <a href=\"https://github.com/orgs/BIRDSOpenSource/discussions/categories/general\">Submit feedback</a> to let us know how we can improve BIRDS Docs. <br/> <br/>
96+
# Join the Community <br/>
97+
# - <a href=\"{{site.telegram}}\">Chat With Us On Telegram</a> <br/>
98+
# - <a href=\"{{site.youtube}}\">Watch Us On YouTube</a> <br/>
99+
# - <a href=\"{{site.mailing_list}}\">Join Our Monthly Webinars</a>"
100100

101101
# Footer last edited timestamp
102102
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter

_includes/footer_custom.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<footer class="site-footer">
2+
<p>&copy; 2015–2025 <a href="https://kyutech-laseine.net/english/">Laboratory of Lean Satellite Enterprises and In-Orbit Experiment (LaSEINE), Kyutech</a>.</p>
3+
4+
<div style="margin-top: 1rem;">
5+
<strong>Contribute to Docs</strong><br/>
6+
<a href="https://birdsopensource.github.io/contribute">Learn how to get involved</a><br/>
7+
<a href="https://github.com/orgs/BIRDSOpenSource/discussions/categories/general">Submit feedback</a>
8+
</div>
9+
10+
<div style="margin-top: 1rem;">
11+
<strong>Join the Community</strong><br/>
12+
<a href="{{site.telegram}}">Chat with us on Telegram</a><br/>
13+
<a href="{{site.youtube}}">Watch us on YouTube</a><br/>
14+
<a href="{{site.mailing_list}}">Join our monthly webinars</a>
15+
</div>
16+
</footer>
17+

_site/about/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_site/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)