Rename item-link to item-name

This commit is contained in:
ItsDrike 2022-05-11 15:36:35 +02:00
parent 007ef91d3b
commit 32c391f183
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
{{ .Scratch.Set "dateformat" nil }}
<a class="item-link" href="{{ .RelPermalink }}">
<a class="item-name" href="{{ .RelPermalink }}">
<span class="item-title">{{ .Title }}</span>
{{ if not .Date.IsZero }}
<span class="item-day">{{ .Date.Format $dateformat }}</span>

View file

@ -227,7 +227,7 @@ img {
.item-list-item {
border-bottom: 1px grey dashed;
.item-link {
.item-name {
display: flex;
justify-content: space-between;
align-items: baseline;