forked from toolshed/coopcloud.tech
added separation of the footer links
This commit is contained in:
parent
f1add7381a
commit
6fbe757a49
@ -165,6 +165,11 @@ hr {
|
||||
|
||||
footer .content a {
|
||||
color: $white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer .separator {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
// Do not show server image when using mobile viewport
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="content has-text-centered has-text-white">
|
||||
<p class="block">
|
||||
{{ range $index, $item := site.Params.links.footer }}
|
||||
{{ if gt $index 0 }}| {{ end }}<a href="{{ $item.link }}">{{ $item.name }}</a>
|
||||
{{ if gt $index 0 }}<span class="separator">|</span>{{ end }}<a href="{{ $item.link }}">{{ $item.name }}</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user