Remove author in navbar
This commit is contained in:
parent
3dffd5fed0
commit
20686afcba
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<header id="header" {{ if .Params.landing }}class="alt"{{ end }}>
|
<header id="header" {{ if .Params.landing }}class="alt"{{ end }}>
|
||||||
<h1><a href="index.html">{{ title .Site.Title }}</a> by HTML5 UP</h1>
|
<h1><a href="index.html">{{ title .Site.Title }}</a></h1>
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
|
Loading…
Reference in a new issue