summaryrefslogtreecommitdiff
path: root/layout/post.ejs
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-08 01:58:02 +0800
committerDoge <[email protected]>2021-05-08 01:58:02 +0800
commit45265444c24fc2439c9769d9151a6bf560f22575 (patch)
tree42579c0a1d45e47a32b4b8369704d3ab17c4db35 /layout/post.ejs
parentd10d58fe931e2f42ad4e9f6b0cc98c03eeedc125 (diff)
downloadchromate-45265444c24fc2439c9769d9151a6bf560f22575.tar.gz
chromate-45265444c24fc2439c9769d9151a6bf560f22575.tar.bz2
chromate-45265444c24fc2439c9769d9151a6bf560f22575.zip
Minor bug fixes
Diffstat (limited to 'layout/post.ejs')
-rw-r--r--layout/post.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/post.ejs b/layout/post.ejs
index e0eed90..ae30353 100644
--- a/layout/post.ejs
+++ b/layout/post.ejs
@@ -1,4 +1,4 @@
-<article class="post">
+<article class="post content">
<!-- Post thumbnail with lazayload support -->
<div class="post-thumbnail" style="background-image: url('<%= page.thumbnail %>');"></div>