Skip to content

Commit 493aa3a

Browse files
authored
Merge pull request #76 from bitcoinops/link_dashboard
Layout: add link to dashboard in header
2 parents 31a3deb + 40ab017 commit 493aa3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
2727
{%- endif -%}
2828
{%- endfor -%}
29+
<a class="page-link" href="https://dashboard.bitcoinops.org/">Dashboard</a>
2930
</div>
3031
</nav>
3132
{%- endif -%}

0 commit comments

Comments
 (0)