From 6898959fce6d73b14d929afa3ef4f98451d479cb Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 5 Sep 2018 17:17:35 -0400 Subject: implement displaying qr codes for crypto donations --- _includes/head.html | 2 ++ _includes/header.html | 16 +++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html index 3758dc3..0a19b05 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,4 +12,6 @@ {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} + + diff --git a/_includes/header.html b/_includes/header.html index 7eafb53..1ae8734 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,12 +1,14 @@