diff options
author | Doge <[email protected]> | 2021-05-09 23:50:37 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-09 23:50:37 +0800 |
commit | b481a882fdfb55783618af0c1380faba959f6f11 (patch) | |
tree | b28af227b349eb322877d68a8f8db2e55b586c10 /layout/index.ejs | |
parent | e17c8354fcc5fdb3e7d66363e0acc79650577af3 (diff) | |
download | chromate-b481a882fdfb55783618af0c1380faba959f6f11.tar.gz chromate-b481a882fdfb55783618af0c1380faba959f6f11.tar.bz2 chromate-b481a882fdfb55783618af0c1380faba959f6f11.zip |
Fix layout minor bugs
Diffstat (limited to 'layout/index.ejs')
-rw-r--r-- | layout/index.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/index.ejs b/layout/index.ejs index cfb032a..93f15af 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -1,7 +1,7 @@ <% page.posts.each(function (post) { %> - <div class="columns "> + <div class="columns"> <div class="column is-8 is-offset-2"> - <div class="card post-entry"> + <div class="card entry"> <!-- Post thumbnail with lazayload support --> <% if (post.thumbnail) { %> <div class="card-iamge"> |