Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="text-center homepage-footer">
<div class="container-fluid">
<div class="footer__copyright ff--trade-gothic"><span class="footer__copyright-text">© Mattermost, Inc. 2025.</span> <a href="https://mattermost.com/terms-of-use/">Terms of Use</a> <span>|</span> <a href="https://mattermost.com/privacy-policy/">Privacy Policy</a> <span>|</span> <a href="https://mattermost.com/privacy-policy/cookies/">Cookie Policy</a></div>
<div class="footer__copyright ff--trade-gothic"><span class="footer__copyright-text">© Mattermost, Inc. {{ now.Year }}.</span> <a href="https://mattermost.com/terms-of-use/">Terms of Use</a> <span>|</span> <a href="https://mattermost.com/privacy-policy/">Privacy Policy</a> <span>|</span> <a href="https://mattermost.com/privacy-policy/cookies/">Cookie Policy</a></div>
<ul class="footer__icons">
<li>
<a href="{{ .Site.Params.footer.github }}" target="_blank" rel="noopener noreferrer">
Expand Down
Loading