diff options
author | Doge <[email protected]> | 2021-05-09 15:18:10 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-09 15:18:10 +0800 |
commit | 832ebd0038ccecbd6bbd5baa337c8d59e19542f7 (patch) | |
tree | 6d4594ba8a982d188047467d2d8e4978268af2d2 /layout/_partial/header.ejs | |
parent | eac5f3f8a7005d277208480f7af480c317724805 (diff) | |
download | chromate-832ebd0038ccecbd6bbd5baa337c8d59e19542f7.tar.gz chromate-832ebd0038ccecbd6bbd5baa337c8d59e19542f7.tar.bz2 chromate-832ebd0038ccecbd6bbd5baa337c8d59e19542f7.zip |
Add pagination support
Diffstat (limited to 'layout/_partial/header.ejs')
-rw-r--r-- | layout/_partial/header.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index f7fef30..c6c1a9f 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -1,4 +1,4 @@ -<section id="header-page" class="hero is-light is-fullheight"> +<section id="header-page" class="hero is-light is-large"> <div class="hero-head"> <header class="navbar" aria-label="main navigation"> <div class="container"> |