fixed pinterest icon and link
This commit is contained in:
parent
f7fca76e6f
commit
223f4c6736
5 changed files with 18 additions and 7 deletions
|
@ -199,7 +199,7 @@ These settings to display your social accounts.
|
|||
- `hackernews`: Your [Y Combinator Hackernews](https://news.ycombinator.com) username.
|
||||
- `kickstarter`: Your [Kickstarter](https://kickstarter.com) username.
|
||||
- `patreon`: Your [Patreon](https://patreon.com) username.
|
||||
- `pintrest`: Your [Pintrest](https://pintrest.com) username.
|
||||
- `pinterest`: Your [Pinterest](https://pinterest.com) username.
|
||||
- `steam`: Your [Steam](https://steamcommunity.com) username.
|
||||
- `reddit`: Your [Reddit](https://www.reddit.com) username.
|
||||
- `snapchat`: Your [Snapchat](https://snapchat.com) username.
|
||||
|
|
|
@ -55,7 +55,7 @@ foursquare = "<username>"
|
|||
hackernews = "<username>"
|
||||
kickstarter = "<username>"
|
||||
patreon = "<username>"
|
||||
pintrest = "<username>"
|
||||
pinterest = "<username>"
|
||||
steam = "<username>"
|
||||
reddit = "<username>"
|
||||
snapchat = "<username>"
|
||||
|
|
|
@ -74,8 +74,8 @@
|
|||
{{ with .Site.Params.social.patreon}}
|
||||
<a href="https://patreon.com/{{.}}" aria-label="Patreon" target="_blank"><i class="fab fa-patreon" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.social.pintrest}}
|
||||
<a href="https://pintrest.com/{{.}}" aria-label="Pintrest" target="_blank"><i class="fab fa-pintrest" aria-hidden="true"></i></a>
|
||||
{{ with .Site.Params.social.pinterest}}
|
||||
<a href="https://pinterest.com/{{.}}" aria-label="Pinterest" target="_blank"><i class="fab fa-pinterest" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.social.steam}}
|
||||
<a href="https://steamcommunity.com/id/{{.}}" aria-label="Steam" target="_blank"><i class="fab fa-steam" aria-hidden="true"></i></a>
|
||||
|
|
11
renovate.json
Normal file
11
renovate.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
name = "Goa"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/stiebke/hugo-goa/blob/master/LICENSE.md"
|
||||
licenselink = "https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/LICENSE"
|
||||
description = "Simple Minimalist Hugo Theme"
|
||||
homepage = "https://github.com/stiebke/hugo-goa"
|
||||
demosite = "https://stephan.hadan.de/hugo-goa-demo/"
|
||||
homepage = "https://git.hadan-it.com/stiebke/hugo-goa"
|
||||
demosite = "https://preview.hadan-it.com/hugo-goa-demo/"
|
||||
tags = [
|
||||
"Roboto",
|
||||
"Lato",
|
||||
|
|
Loading…
Add table
Reference in a new issue