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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar/menu.html')
-rw-r--r--layouts/partials/sidebar/menu.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/sidebar/menu.html b/layouts/partials/sidebar/menu.html
new file mode 100644
index 0000000..464fb92
--- /dev/null
+++ b/layouts/partials/sidebar/menu.html
@@ -0,0 +1,8 @@
+{{ $currentPage := . }}
+{{ range .Site.Menus.main }}
+ <p>
+ <a href="{{ .URL }}">
+ {{ .Name }}
+ </a>
+ </p>
+{{ end }} \ No newline at end of file