Skip to content

Commit 4960c1e

Browse files
authored
Merge branch 'bitcoin-core:master' into pt_br-translation
2 parents d6810ac + af17a1b commit 4960c1e

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pages dated in the future (such as prepared release announcements).
7373
To test the site:
7474

7575
bundle exec jekyll build --future --drafts --unpublished
76-
bundle exec htmlproofer --disable-external --url-ignore '/^\/bin/.*/' ./_site
76+
bundle exec htmlproofer --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site
7777

7878
The additional parameters to `jekyll build` ensure that all possible
7979
pages are built and checked.

_layouts/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
{% endif %}
3030

3131
<div id="main" role="main">
32+
<div class="article-author-side">&nbsp;</div>
3233
<div id="index">
3334
{% assign navigation = site.data.navigation[page.lang] %}
3435
<h3><a href="{{ navigation.blog.url }}">Recent Posts</a></h3>

_layouts/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
{% endif %}
3030

3131
<div id="main" role="main">
32+
<div class="article-author-side">&nbsp;</div>
3233
<article class="page">
3334
<h1>{{ page.title | xml_escape }}</h1>
3435
<div class="article-wrap">

_layouts/post-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
{% endif %}
3030

3131
<div id="main" role="main">
32+
<div class="article-author-side">&nbsp;</div>
3233
<div id="index">
3334
<h1>{{ page.title | xml_escape }}</h1>
3435
{% capture written_year %}'None'{% endcapture %}

_layouts/post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
{% endif %}
3030

3131
<div id="main" role="main">
32+
<div class="article-author-side">&nbsp;</div>
3233
<article class="post h-entry">
3334
<div class="headline-wrap">
3435
{% if page.link %}

logs/2016-05-zurich-meeting-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ <h3>Encrypted transactions and UTXO set commitments</h3>
502502

503503
<p>Bundle committed transactions with a hard-fork, and this different reduced SPV model. Luke disagrees that they implement SPV because they don't even do fraud proofs. </p>
504504

505-
<p><a name="lightning-network-key-derivation" /></p>
505+
<p><a name="lightning-network-key-derivation"></a></p>
506506

507507
<h3>Lightning Network key derivation function</h3>
508508

0 commit comments

Comments
 (0)