Fix site title
This commit is contained in:
parent
e92d43aaf6
commit
cf5b8ab673
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue