Skip to content

Commit

Permalink
Merge pull request #46 from lordmathis/lordmathis-patch-1
Browse files Browse the repository at this point in the history
Remove extra brackets from style config
  • Loading branch information
lordmathis authored Jan 6, 2025
2 parents 45f13bf + 2b6a708 commit df880d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Import manually:

## Configuration

For full example chech `exampleSite/config.toml`
For full example check `exampleSite/config.toml`

Add these params to you `config.toml`
Add these params to your `config.toml`

```toml
[params]
Expand Down Expand Up @@ -77,7 +77,7 @@ url = "mailto:[email protected]"
You can customize post title and link color

```toml
[[params.styles]]
[params.styles]
color = "orange"
```

Expand Down

0 comments on commit df880d2

Please sign in to comment.