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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 20c7029..720c095 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,10 +1,17 @@
<div class="sidebar">
{{ partial "logo.html" }}
<h1 class="site-title"><a href="/">{{ .Site.Title }}</a></h1>
+
+ <div class="version">
+ {{ now.Format "Jan 2, 2006" }}
+ </div>
+
<nav class="internal">
{{ partial "menu.html" . }}
</nav>
+
<nav class="external">
+ <div class="external-title">{{ .Site.Params.externalTitle }}</div>
{{ with .Site.Menus.shortcuts }}
<ul id="shortcuts">
{{ range sort . "Weight" }}
@@ -15,7 +22,4 @@
</ul>
{{ end }}
</nav>
- <div class="footer">
- {{ now.Format "2006" }}
- </div>
</div>