diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 0373851..3561075 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,7 +13,7 @@ <div id="post-meta"> {{ partial "post-meta.html" . }} </div> - <div id="post-summary"> + <div class="markdown-body" id="post-summary"> {{ .Summary }} </div> <div id="post-exlink"> |