mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Rename item-link to item-name
This commit is contained in:
parent
007ef91d3b
commit
32c391f183
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue