1
Fork 0

Remove author in navbar

This commit is contained in:
Jake Howard 2017-04-22 20:49:12 +01:00
parent 3dffd5fed0
commit 20686afcba

View file

@ -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>