mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 04:14:35 +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 }}
|
{{ .Scratch.Set "dateformat" nil }}
|
||||||
|
|
||||||
|
|
||||||
<a class="item-link" href="{{ .RelPermalink }}">
|
<a class="item-name" href="{{ .RelPermalink }}">
|
||||||
<span class="item-title">{{ .Title }}</span>
|
<span class="item-title">{{ .Title }}</span>
|
||||||
{{ if not .Date.IsZero }}
|
{{ if not .Date.IsZero }}
|
||||||
<span class="item-day">{{ .Date.Format $dateformat }}</span>
|
<span class="item-day">{{ .Date.Format $dateformat }}</span>
|
||||||
|
|
|
@ -227,7 +227,7 @@ img {
|
||||||
.item-list-item {
|
.item-list-item {
|
||||||
border-bottom: 1px grey dashed;
|
border-bottom: 1px grey dashed;
|
||||||
|
|
||||||
.item-link {
|
.item-name {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
|
Loading…
Reference in a new issue