diff options
author | Doge <[email protected]> | 2021-05-08 01:58:02 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-08 01:58:02 +0800 |
commit | 45265444c24fc2439c9769d9151a6bf560f22575 (patch) | |
tree | 42579c0a1d45e47a32b4b8369704d3ab17c4db35 /layout/post.ejs | |
parent | d10d58fe931e2f42ad4e9f6b0cc98c03eeedc125 (diff) | |
download | chromate-45265444c24fc2439c9769d9151a6bf560f22575.tar.gz chromate-45265444c24fc2439c9769d9151a6bf560f22575.tar.bz2 chromate-45265444c24fc2439c9769d9151a6bf560f22575.zip |
Minor bug fixes
Diffstat (limited to 'layout/post.ejs')
-rw-r--r-- | layout/post.ejs | 2 |
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> |