diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-05 17:17:35 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-05 17:17:35 -0400 |
commit | 6898959fce6d73b14d929afa3ef4f98451d479cb (patch) | |
tree | 54f817d6d31aa9a6d78fceccc43292bbdec4eef5 /_includes/head.html | |
parent | d1446c6d6fd0d7f8ccce74960a80981399221fa9 (diff) |
implement displaying qr codes for crypto donations
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 -%} + + <script src="{{ "/assets/main.js" | relative_url }}"></script> </head> |