Add footer links (#3921)

This commit is contained in:
Julian Friedman 2021-07-02 19:01:40 +01:00 committed by GitHub
parent 5a3c4b8b1d
commit c78e1fb01f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -207,4 +207,12 @@
.md-footer-meta {
background-color: var(--md-footer-bg-color);
}
/* ------------------------------------------------- */
.footer-links {
display: flex;
flex-grow: 1;
align-items: center;
}
.footer-links a {
margin: 0.4em;
}

View File

@ -78,6 +78,12 @@
{{ extracopyright }}
</div>
<div class="footer-links md-footer-copyright">
<a href="https://policies.google.com/privacy">Privacy Policy</a> |
<a href="/about-analytics-cookies/">Cookie Usage</a> |
<a href="https://github.com/knative/docs/blob/main/LICENSE">Knative Licensing</a>
</div>
<!-- Social links -->
{% include "partials/social.html" %}
</div>