mirror of https://github.com/knative/docs.git
Add footer links (#3921)
This commit is contained in:
parent
5a3c4b8b1d
commit
c78e1fb01f
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue