added separation of the footer links
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2021-03-30 23:26:12 +01:00
parent f1add7381a
commit 6fbe757a49
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>