Links to front page

This commit is contained in:
2023-06-13 15:25:04 +03:00
parent f40e85bccb
commit 3f41a9d097
2 changed files with 8 additions and 2 deletions

View File

@@ -12,8 +12,10 @@
<body>
<header>
<section class="container header-container">
<img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/>
<h1 class="header-title">Livonsaaren Osuuspuutarha</h1>
<a href="/"><img src={Routes.static_path(@conn, "/images/logo.jpg")} alt="Osuuspuutarha Logo"/></a>
<a href="/" class="header-title-link"><h1 class="header-title">Livonsaaren Osuuspuutarha</h1></a>
</section>
</header>
<%= @inner_content %>