forked from toolshed/coopcloud.tech
		
	added separation of the footer links
This commit is contained in:
		| @ -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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user