underline entry title on hover
This commit is contained in:
parent
d6cd6d9175
commit
ef9cf1839d
@ -19,6 +19,10 @@
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.entry-link:hover ~ .entry-header {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.first-entry .entry-content {
|
||||
margin: 14px 0;
|
||||
font-size: 16px;
|
||||
|
@ -64,6 +64,7 @@
|
||||
{{- end }}
|
||||
|
||||
<article class="{{ $class }}">
|
||||
<a class="entry-link" aria-label="post link to {{ .Title | plainify }}" href="{{ .Permalink }}"></a>
|
||||
{{- $isHidden := (.Param "cover.hiddenInList") | default (.Param "cover.hidden") | default false }}
|
||||
{{- partial "cover.html" (dict "cxt" . "IsSingle" false "isHidden" $isHidden) }}
|
||||
<header class="entry-header">
|
||||
@ -89,7 +90,6 @@
|
||||
{{- partial "post_meta.html" . -}}
|
||||
</footer>
|
||||
{{- end }}
|
||||
<a class="entry-link" aria-label="post link to {{ .Title | plainify }}" href="{{ .Permalink }}"></a>
|
||||
</article>
|
||||
{{- end }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user