Make logo link to homepage

This commit is contained in:
Nico Burns 2022-05-02 14:24:40 +01:00
parent 3f1886a0b8
commit 974e06d23a

View file

@ -9,7 +9,7 @@
</head>
<body>
<div id="header">
<img class="logo" src="/static/rust-logo-black.svg" />
<a href="/"><img class="logo" src="/static/rust-logo-black.svg" /></a>
<div class="page-heading-group">
<h1 class="page-heading">Blessed</h1>
<h2 class="page-subheading">An unofficial guide to the Rust ecosystem</h2>