diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-11-05 14:46:24 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-11-05 14:46:24 -0500 |
commit | e96aff653fe034a6c6e12280bd39c04197b501a9 (patch) | |
tree | fe1f16c02ab40850e1453eb80ec5cad5754c2581 /layouts/_default/summary.html | |
parent | ae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (diff) |
modifications to css, layouts, and archetypesdevelop
Diffstat (limited to 'layouts/_default/summary.html')
-rw-r--r-- | layouts/_default/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 48c7b97..1f203a1 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html | |||
@@ -13,5 +13,5 @@ | |||
13 | <span>{{ .ReadingTime }} min read</span> | 13 | <span>{{ .ReadingTime }} min read</span> |
14 | </p> | 14 | </p> |
15 | </hgroup> | 15 | </hgroup> |
16 | <div>{{ .Summary | markdownify }}</div> | 16 | <div>{{ .Summary }}</div> |
17 | </section> | 17 | </section> |