Browse Source

Remove visible RSS link and section nav

master
Adrian Short 7 years ago
parent
commit
fd001cca1d
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      layouts/partials/header.html

+ 0
- 8
layouts/partials/header.html View File

@@ -11,11 +11,3 @@
</head>
<body>
<h1 id="site-title"><a href="{{ relURL "/" }}">{{ .Site.Title }}</a></h1>
{{ with .RSSLink }}
<p><a href="{{ . }}" title="{{ partial "data/title" }}">RSS</a></p>
{{ end }}
<ul>
{{ range .Site.Sections }}
<li><a href="{{ .URL }}">{{ .Title }}</a></li>
{{ end }}
</ul>

Loading…
Cancel
Save