Skip to content

Commit

Permalink
Merge pull request #29 from dodjango/paypal.me
Browse files Browse the repository at this point in the history
paypal.me
  • Loading branch information
LordMathis committed Nov 26, 2017
2 parents e748c02 + 0d5da1a commit e3a7457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -37,6 +37,7 @@ Add these parameters to your `config.toml`:
ProfilePicture = "profile_picture_url"
GoogleAnalytics = "your_google_analytics_id"
SlackURL = "https://join.slack.com/..."
PayPalMeID = "https://www.paypal.me/..."
XingURL = "https://www.xing.com/profile/..."
```

Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/social.html
Expand Up @@ -31,6 +31,9 @@
{{ with .Site.Params.Email }}
<a href="mailto:{{.}}" title="Email"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.PayPalMeID }}
<a href="https://www.paypal.me/{{.}}" title="PayPal.Me"><i class="fa fa-paypal fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.XingURL }}
<a href="{{.}}" title="XING"><i class="fa fa-xing fa-3x" aria-hidden="true"></i></a>
{{ end }}

0 comments on commit e3a7457

Please sign in to comment.