Skip to content

Commit

Permalink
Merge pull request #19 from LordMathis/fix/missing-quotes
Browse files Browse the repository at this point in the history
Fix missing quotes
  • Loading branch information
lordmathis authored Jul 27, 2023
2 parents 30d76c8 + 8e8a92d commit 2131b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ url = "https://www.example.com"
key = 2
name = "mastodon"
url = "https://www.example.com"
rel = me # You can also add rel to social link
rel = "me" # You can also add rel to social link

[[params.social]]
key = 3
Expand Down Expand Up @@ -98,4 +98,4 @@ You can customize the text displayed in footer with `footerHtml` in `[[params]]`
```toml
[params]
footerHtml = 'CC-0, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme'
```
```

0 comments on commit 2131b77

Please sign in to comment.