summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/head.html2
-rw-r--r--_includes/header.html16
2 files changed, 11 insertions, 7 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>
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 @@
<header id="title-header" role="banner">
<div class="row row-vertically-centered">
- <div class="eight columns">
+ <div class="five columns">
<h1 class="title">
<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
</h1>
</div>
- <div class="four columns light">
+ <div id="crypto-display" class="four columns"></div>
+
+ <div class="three columns light">
<div class="social">
<span class="spaced">RSS/Social:</span>
<a class="spaced" href="{{ 'feed.xml' | relative_url }}">
@@ -22,15 +24,15 @@
<div class="donation">
<span>If you like what I do, consider donating!</span><br/>
<span>
- <a href="https://cash.me/$mediocregopher">USD</a>
+ <a href="https://cash.me/$mediocregopher" target="_blank">USD</a>
- <a href="bitcoin:1KSqgPBQ7VWc5yxUT2DsB3VpsvRyahL2k8">BTC</a>
+ <a class="crypto" href="bitcoin:18kqNYjUZ4zNEp4VjE3pKPLBitUy6U76rk">BTC</a>
- LTC
+ <a class="crypto" href="litecoin:LZgyna6Nw4phzWv24QP4xgUi7hC9DDHV7o">LTC</a>
- ETH
+ <a class="crypto" href="ethereum:0xB8e1608059174760f4652178303f7c7a59121922">ETH</a>
- ZEC
+ <a class="crypto" href="zcash:zcMmjd2gNetan9QciRExVdTb64ZEYPjk8w6NiEXnLRcDbVQQxZ9xvKH3Ab3y7uccCrN5HRvR5YVvq684gC1drvnYadp3Yz2">ZEC</a>
</span>
</div>
</div>