Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/navigation.html')
-rw-r--r--layouts/partials/navigation.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html
index c371715..45831c5 100644
--- a/layouts/partials/navigation.html
+++ b/layouts/partials/navigation.html
@@ -1,12 +1,11 @@
<!-- mobile navigation -->
<fieldset class="mobile-nav">
- <!-- this needs JavaScript but works until I manage to make one with CSS without wrecking the site -->
+ <!-- Apart from Disqus, this is the only place where we need JavaScript. -->
<select onchange="location = this.value;">
<option value="">Navigate…</option>
{{ range .Site.Menus.main }}
<option value="{{ .URL | absURL }}">» {{ .Name }}</option>
{{ end }}
-<!-- <option value="{{ "/index.xml" | absURL }}">» RSS</option> -->
</select>
</fieldset>
@@ -22,7 +21,6 @@
{{ end }}
</ul>
-<!-- http://fontawesome.io icon fa-lg adapts it to size (at least it is supposed to) -->
<ul class="subscription">
{{ if or .Site.Params.rss .Site.Params.textrss }}
{{ if .Site.Params.rss }}