Skip to content

Commit

Permalink
Fixed #68: link to home in header
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 26, 2024
1 parent e0117e5 commit dd3d6b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ as of 1.3.0.
- Add urls support to collections. (#59)
- Add archiveless collection.json support. (#60)

### Fixed

- Header link to home was leading to template (#68)

## [1.1.1] - 2023-05-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion nautiluszim/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<header class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6">
<a href="home.html"><img class="logo" src="main-logo.png" /></a>
<a href="home"><img class="logo" src="main-logo.png" /></a>
<a href="#" class="btn about-btn" role="button" data-toggle="tooltip" title="{{ about_label }}">
<img src="info-circle-solid.svg" />
</a>
Expand Down

0 comments on commit dd3d6b1

Please sign in to comment.