Release 4.2
This commit is contained in:
parent
c1a940e084
commit
be85b778d1
2 changed files with 3 additions and 4 deletions
|
@ -26,7 +26,7 @@ Inside the folder of your Hugo site, run:
|
||||||
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
||||||
```
|
```
|
||||||
|
|
||||||
Then change `theme` in `config.toml`:
|
Open `config.toml`, change `theme`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
theme = "paper"
|
theme = "paper"
|
||||||
|
|
|
@ -181,11 +181,10 @@ img {
|
||||||
}
|
}
|
||||||
.page-header {
|
.page-header {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.page-header h1 {
|
.page-header h1 {
|
||||||
font-size: 64px;
|
font-size: 40px;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
.pagination {
|
.pagination {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue