diff --git a/hugo.toml b/hugo.toml index 7d19400..bf518a1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -28,3 +28,6 @@ title = 'Data Science South' [params] mainSections = ["lessons"] math = true + [params.donations] + enabled = true + stripe_link = "https://buy.stripe.com/5kQ8wO0Zp2IG3Dp0fWcMM00" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 18d6fce..f85eba8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -87,6 +87,7 @@ > Competencies + {{ partial "donate-button.html" . }} + ❤️ Donate + +{{ end }} \ No newline at end of file