Skip to content

Commit 9be7234

Browse files
committed
Add bitcoin logo
This is a hack because it adds the logo to the html built by hugo.
1 parent fed28c2 commit 9be7234

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<div class="content vertical">
6161
<main class="main">
6262
<div class="indexWrapper">
63+
<div>
64+
<img src="rust-bitcoin.png" alt="rust-bitcoin logo">
65+
</div>
6366
<div>
6467
<h1 class="indexHeader">rust-bitcoin</h1>
6568
</div>
@@ -103,4 +106,4 @@ <h1 class="indexHeader">rust-bitcoin</h1>
103106

104107
</body>
105108

106-
</html>
109+
</html>

0 commit comments

Comments
 (0)