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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-aside.html')
-rwxr-xr-xlayouts/partials/page-aside.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/page-aside.html b/layouts/partials/page-aside.html
new file mode 100755
index 0000000..7c802bc
--- /dev/null
+++ b/layouts/partials/page-aside.html
@@ -0,0 +1,4 @@
+{{ partial "site-navigation.html" . }}
+<a href="{{ .Site.BaseURL }}">
+ &copy; {{ now.Format "2006" }} {{ .Site.Title }}
+</a> \ No newline at end of file