mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Release 4.2
This commit is contained in:
parent
c1a940e084
commit
be85b778d1
@ -26,7 +26,7 @@ Inside the folder of your Hugo site, run:
|
||||
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
||||
```
|
||||
|
||||
Then change `theme` in `config.toml`:
|
||||
Open `config.toml`, change `theme`:
|
||||
|
||||
```toml
|
||||
theme = "paper"
|
||||
|
@ -181,11 +181,10 @@ img {
|
||||
}
|
||||
.page-header {
|
||||
margin-bottom: 24px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.page-header h1 {
|
||||
font-size: 64px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 40px;
|
||||
}
|
||||
.pagination {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user