Skip to content

Commit

Permalink
fix image location
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Feb 17, 2022
1 parent 8d562a8 commit 0223fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row gx-5 align-items-center justify-content-center">
<div class="col-lg-8">
<div class="my-5 text-center">
<img src="/images/mmex.svg">
<img src="images/mmex.svg">
<h1 class="display-5 fw-bolder mb-2">{{ .Title }}</h1>
<p class="lead fw-normal mb-4">{{ .Params.lead | safeHTML }}</p>
<div class="d-grid gap-3 d-sm-flex">
Expand Down

0 comments on commit 0223fa2

Please sign in to comment.