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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header-menu.html')
-rw-r--r--layouts/partials/header-menu.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/header-menu.html b/layouts/partials/header-menu.html
new file mode 100644
index 0000000..f769487
--- /dev/null
+++ b/layouts/partials/header-menu.html
@@ -0,0 +1,4 @@
+<ul>
+ <li><a href="{{ .Site.BaseURL }}about">{{ i18n "about" }}</a></li>
+ <li><a href="{{ .Site.BaseURL }}">{{ i18n "posts" }}</a></li>
+</ul> \ No newline at end of file