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

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Rhone <matthew.rhone@outlook.com>2017-01-09 00:08:09 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-09 00:08:09 +0300
commite9220c4c8071625ec5534ba8e60c87c871dca937 (patch)
treeef1e0a32cfd94cd1d0db7cac1d50fd9eeba48c45
parentf353a4ecf1d252605bb217d01f8689b66bc5b8f4 (diff)
Removed unused footer menu code.
-rw-r--r--layouts/partials/footer.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9759cab..e55671b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,8 +1,3 @@
- <div class="navbar">
- <ul class="navbar-list" style="float:right">{{ $currentNode := . }}{{ range .Site.Menus.main }}
- <li class="navbar-item"><a class="navbar-link" href="{{.Url}}">{{.Name}}</a></li>{{ end }}
- </ul>
- </div>
<div class="copyright"><p>{{ with .Site.Copyright | safeHTML }}{{.}}{{ else }}&copy; {{.Now.Format "2006"}}. {{ .Site.Title }}. All rights reserved. {{end}}
</p>
</div> {{ partial "google_analytics.html" . }}