Skip to content

Commit

Permalink
Release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxiaobei committed Aug 21, 2019
1 parent c1a940e commit be85b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 2 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be85b77

Please sign in to comment.