update desc & add Paypal Donation URL
This commit is contained in:
parent
3bcc3e44e4
commit
59dd15a5ab
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
@ -10,11 +10,12 @@ theme = "hugo-theme-nix"
|
||||
HeaderUsername = "benoit"
|
||||
HeaderHostname = "virtit.fr"
|
||||
Email = "benoit+ws@virtit.fr"
|
||||
About = "Administrateur Système et Réseau. Partisan du libre et de la vie privée, cryptoterroriste amateur et G@m3r à mes temps perdu."
|
||||
About = "FR: Sysadmin, pro-opensource & vie privée, joueur occasionnel et developpeur TrackMania\n\nEN: Sysadmin, pro-open source & privacy, occasional player and TrackMania developer"
|
||||
ProfilePicture = "/images/logo.png"
|
||||
Favicon = "/images/favicon.png"
|
||||
wiki = "https://wiki.virtit.fr/"
|
||||
git = "https://git.virtit.fr/explore/repos"
|
||||
PayPalDonationURL = "https://www.paypal.com/donate/?hosted_button_id=8AG2MU7XQCKHU"
|
||||
|
||||
[menu]
|
||||
[[menu.header]]
|
||||
|
@ -46,6 +46,9 @@
|
||||
{{ 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.PayPalDonationURL }}
|
||||
<a href="{{.}}" title="PayPal Donation URL"><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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user