This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
tumble
mirror of
https://github.com/adrianshort/tumble.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove visible RSS link and section nav
master
Adrian Short
7 years ago
parent
69eeeb8aaf
commit
fd001cca1d
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save