{{ p.date | date:"%Y-%m-%d" }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
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{% 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) {