summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/recent_blog.html
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2025-08-21 18:28:33 -0500
committerMark Powers <mark@marks.kitchen>2025-08-21 18:28:33 -0500
commit3c8f8e165aa5cec7b3f88f0a788a1b4b64892689 (patch)
treebfba8376c7a03fca2ebd17d4df3a8a34c1fb82f1 /layouts/shortcodes/recent_blog.html
parentd99ff3c4026322b2456f6dc45f8184ce18c94a48 (diff)
Improve CSS
Diffstat (limited to 'layouts/shortcodes/recent_blog.html')
-rw-r--r--layouts/shortcodes/recent_blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/recent_blog.html b/layouts/shortcodes/recent_blog.html
index 8a4ec89..c1dfed9 100644
--- a/layouts/shortcodes/recent_blog.html
+++ b/layouts/shortcodes/recent_blog.html
@@ -3,7 +3,7 @@
<li class="post">
{{.BundleType}}
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format "January 2, 2006" }}</span>
- <p>{{ .Summary }}</p>
+ {{ .Summary }}
</li>
{{ end }}
</ul> \ No newline at end of file