feat: Add border in notes list
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user