diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-05-19 23:53:41 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-19 23:53:41 +0200 |
commit | 8d53a665ca3543023c73806ae669f4c37e98eef2 (patch) | |
tree | cab716c6e33eb0a4fda3cd41be338314f6f978d6 /layouts/_default | |
parent | f50f69283f03fc30ed3cfc3242aa863bd7083cfc (diff) |
Secondary color, tweaked width
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1526971..c3c2aa2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -25,8 +25,8 @@ {{end}} {{ if .Param "readTime" }} - - - {{ .ReadingTime }} min + ยท + {{ .ReadingTime }} min read {{end }} </p> |