From 3f3d088c8cba7a9e44e1ccbd76241bc4a6f42281 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Mon, 11 Mar 2019 14:49:34 +0100 Subject: [PATCH] Add paypal --- config.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 0d23ef4..46c971e 100644 --- a/config.toml +++ b/config.toml @@ -52,8 +52,7 @@ googleAnalytics = "" name = "facebook" weight = 3 -# No paypal account yet ! -#[[menu.icon]] -# url = "#" -# name = "paypal" -# weight = 4 \ No newline at end of file +[[menu.icon]] + url = "https://paypal.me/ollivierw" + name = "paypal" + weight = 4 \ No newline at end of file