Логотип теперь ссылка
This commit is contained in:
parent
74968c9847
commit
6396fbba0f
@ -16,13 +16,15 @@ nav.navbar {
|
||||
font-size: 1.5rem;
|
||||
padding: 10px 0;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
// line-height: 0%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
margin-right: 0.5em;
|
||||
background: no-repeat center url("/images/favicon.png");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -1,7 +1,8 @@
|
||||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<img src="/images/favicon.png" alt="logo" class="logo">
|
||||
<a class="logo" href="/"></a>
|
||||
|
||||
{{if not (eq .RelPermalink "/") }}
|
||||
<a href="/">На главную</a>
|
||||
{{end}}
|
||||
|
Loading…
Reference in New Issue
Block a user