commit 0c7e88ee0572fbd0c2c451a81e6ff47580c29928
parent 39b932a70832ec47efe2257e640cf3c964fe4011
Author: David Eisinger <[email protected]>
Date: Tue, 4 Apr 2023 20:21:37 -0400
Fancy quotes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/v2/layouts/journal/single.html b/themes/v2/layouts/journal/single.html
@@ -26,7 +26,7 @@
<ul>
{{ range . }}
<li>
- "<a href="{{ .url }}">{{ .title }}</a>";
+ “<a href="{{ .url }}">{{ .title }}</a>”;
<a href="{{ .file }}">
backed up {{ .date | time.Format "2006-01-02 15:04:05 MST" }}
</a>