Merge branch 'master' of github.com:LukeSmithxyz/lugo
This commit is contained in:
commit
3699ee1a6b
@ -6,7 +6,6 @@
|
||||
{{- range $k, $v := .Params.tags -}}
|
||||
{{- $url := printf "tags/%s" (. | urlize | lower) -}}
|
||||
<a id="tag_{{ . | lower }}" href="{{ $url | absURL }}">{{ . | title }}</a>
|
||||
{{- if lt $k (sub $tagsLen 1) }}·{{ end -}}
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{- end -}}
|
||||
|
@ -43,6 +43,10 @@ nav ul, footer ul, #taglist {
|
||||
margin: .5em;
|
||||
}
|
||||
|
||||
.taglist a:not(:last-child)::after {
|
||||
content: " · ";
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
nav {
|
||||
|
Loading…
Reference in New Issue
Block a user