Fix site title

This commit is contained in:
vimux 2018-04-21 09:34:32 +03:00
parent e92d43aaf6
commit cf5b8ab673

View file

@ -18,6 +18,6 @@
</head>
<body>
<header class="header">
<a class="logo" href="/">Binario</a>
<a class="logo" href="{{ "" | relURL }}">{{ .Site.Title }}</a>
{{ partial "menu.html" . }}
</header>