summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-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