feat: Add border in notes list

This commit is contained in:
2025-12-23 19:56:29 +01:00
parent 9d8ef270f1
commit 019c176b00
2 changed files with 3 additions and 3 deletions

View File

@@ -6,12 +6,12 @@
</div>
<ul style="list-style-type:none">
<ul class="notes-list" style="list-style-type:none">
{{ if (.Pages.ByDate.Reverse) }}
{{ range .Pages.ByDate.Reverse }}
<li class="block">
<h2>
<a href="{{ .Permalink }} " style="color: whitesmoke;"> {{ .Title }} </a>
<a href="{{ .Permalink }} " style="color: whitesmoke;"> {{ .Title }} <i class="fas fa-link"></i></a>
</h2>
<small style="color: whitesmoke;">{{ .Date.Format "2006-01-02" }}</small>
{{ if .Params.subtitle }}