From 4ca3408e41124de7ddf134d4c6ef60708d322286 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 25 Oct 2017 08:52:17 -0400 Subject: [PATCH] Misc minor non-content updates --- _layouts/post.html | 4 ++-- _templates/events.html | 2 +- js/main.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 646e44f8..697195fc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,8 +9,8 @@ lang: en +| Post history +| Report issue
diff --git a/_templates/events.html b/_templates/events.html index 545856dc..f7e6f806 100644 --- a/_templates/events.html +++ b/_templates/events.html @@ -30,7 +30,7 @@ id: events {% for p in date_sorted_conferences %}
{{ p.date | date:"%Y-%m-%d" }}
{{ p.title | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
{% endfor %} - {% translate eventsubmit %} + {% translate eventsubmit %}

{% translate meetupgroup %}

diff --git a/js/main.js b/js/main.js index df8385c7..40365744 100644 --- a/js/main.js +++ b/js/main.js @@ -311,7 +311,7 @@ function updateToc() { function updateIssue(e) { // Update GitHub issue link pre-filled with current page location. var t = getEvent(e, 'target'); - t.href = 'https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?body=' + encodeURIComponent('Location: ' + window.location.href.toString() + "\n\n"); + t.href = 'https://github.com/thephez/dash.org/issues/new?body=' + encodeURIComponent('Location: ' + window.location.href.toString() + "\n\n"); } function updateSource(e) { @@ -336,7 +336,7 @@ function updateSource(e) { if (pageoffset < first[1]) closer = [first[0], first[1]]; if (windowy + pageoffset >= getHeight(document.body)) closer = [last[0], last[1]]; // Set updated url to source file. - t.href = 'https://github.com/bitcoin-dot-org/bitcoin.org/edit/master/' + closer[0].getAttribute('data-sourcefile'); + t.href = 'https://github.com/thephez/dash.org/edit/master/' + closer[0].getAttribute('data-sourcefile'); } function disclaimerClose(e) {