forked from ruangrupa/lumbung.space
make tags for social card on separate lines
This commit is contained in:
parent
28c59acb34
commit
46cd61307e
@ -4,7 +4,7 @@
|
|||||||
{{ $postPermalink := .Permalink}}
|
{{ $postPermalink := .Permalink}}
|
||||||
<h2 class="p-name"><a href="{{ .Permalink }}" class="u-url">
|
<h2 class="p-name"><a href="{{ .Permalink }}" class="u-url">
|
||||||
{{ range $i, $e := .Params.tags -}}
|
{{ range $i, $e := .Params.tags -}}
|
||||||
{{- if $i -}}, {{ end -}}
|
{{- if $i -}} {{ end -}}
|
||||||
<a href='{{ "/tags/" | relLangURL }}{{ . | urlize }}'>#{{ $e | humanize }}</a>
|
<a href='{{ "/tags/" | relLangURL }}{{ . | urlize }}'>#{{ $e | humanize }}</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</a></h2>
|
</a></h2>
|
||||||
|
@ -436,6 +436,7 @@ div.network-source {
|
|||||||
.card.shout h2 a {
|
.card.shout h2 a {
|
||||||
color: var(--social-dark);
|
color: var(--social-dark);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .card.shout h2 a:hover {
|
.card .card.shout h2 a:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user