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/site-aside.html')
-rwxr-xr-xlayouts/partials/site-aside.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/site-aside.html b/layouts/partials/site-aside.html
new file mode 100755
index 0000000..a35c438
--- /dev/null
+++ b/layouts/partials/site-aside.html
@@ -0,0 +1,3 @@
+<a href="{{ .Site.BaseURL }}">
+ &copy; {{ now.Format "2006" }} {{ .Site.Title }}
+</a> \ No newline at end of file