mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
Footer: re-enable, style & add links
This commit is contained in:
@@ -83,3 +83,8 @@ img {
|
||||
@extend %box-shadow-bigger;
|
||||
margin-top: 6px; // make the whole gradient visible
|
||||
}
|
||||
|
||||
.footer {
|
||||
box-shadow: 0 -4px 34px rgba(0, 0, 0, 0.04), 0 -3px 4px rgba(0, 0, 0, 0.1);
|
||||
background: var(--card);
|
||||
}
|
||||
@@ -58,7 +58,22 @@
|
||||
post = "v0.1.0"
|
||||
weight = 20
|
||||
|
||||
# [[footer]]
|
||||
# name = "Privacy"
|
||||
# url = "/privacy-policy/"
|
||||
# weight = 10
|
||||
[[footer]]
|
||||
name = "Kerberos Opensource"
|
||||
url = "https://kerberos.io/product/open-source/"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Enterprise Agent"
|
||||
url = "https://kerberos.io/product/enterprise-agent/"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Vault"
|
||||
url = "https://kerberos.io/product/vault/"
|
||||
weight = 10
|
||||
|
||||
[[footer]]
|
||||
name = "Hub"
|
||||
url = "https://kerberos.io/product/hub/"
|
||||
weight = 10
|
||||
|
||||
@@ -1 +1,19 @@
|
||||
|
||||
<footer class="footer text-muted">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 order-last order-lg-first">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">{{ .Site.Params.footer | safeHTML }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-8 order-first order-lg-last text-lg-end">
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item">Learn more about</li>
|
||||
{{ range .Site.Menus.footer -}}
|
||||
<li class="list-inline-item"><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
|
||||
{{ end -}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -10801,4 +10801,8 @@ img {
|
||||
.navbar {
|
||||
margin-top: 6px; }
|
||||
|
||||
.footer {
|
||||
box-shadow: 0 -4px 34px rgba(0, 0, 0, 0.04), 0 -3px 4px rgba(0, 0, 0, 0.1);
|
||||
background: var(--card); }
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
Reference in New Issue
Block a user