diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-09 21:08:24 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-09 21:08:24 -0400 |
commit | d0e7f43601e90229b95191a1cdc85039e233b622 (patch) | |
tree | 873074bb67ef58311067209434243b421d7f675e /layouts/_default/summary.html | |
parent | 4e30ae95eaf52a7f427bdf020d118f40e00ab291 (diff) |
add icons, refine styles, update layouts
Diffstat (limited to 'layouts/_default/summary.html')
-rw-r--r-- | layouts/_default/summary.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 0753995..5e4ac4b 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html | |||
@@ -4,6 +4,9 @@ | |||
4 | <a href="{{ .RelPermalink }}" class="link black dim"> | 4 | <a href="{{ .RelPermalink }}" class="link black dim"> |
5 | {{ .Title }} | 5 | {{ .Title }} |
6 | </a> | 6 | </a> |
7 | {{ if isset .Params "rating" }} | ||
8 | {{ .Params.rating }} | ||
9 | {{ end }} | ||
7 | </h1> | 10 | </h1> |
8 | <p> | 11 | <p> |
9 | {{ .Date | time.Format ":date_full" }} | 12 | {{ .Date | time.Format ":date_full" }} |