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:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-01 12:05:40 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commit73a2bd7d643e437d537ce083b508c374c876e86f (patch)
tree30e8c1fa481b758378fba7ccf3d212b14fb906e0 /layouts/partials/page-aside.html
parent6c6ab7864c3788ed450a515f0b046f11cd083dc1 (diff)
feels good with single page
Diffstat (limited to 'layouts/partials/page-aside.html')
-rwxr-xr-xlayouts/partials/page-aside.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/layouts/partials/page-aside.html b/layouts/partials/page-aside.html
index 7c802bc..041fa45 100755
--- a/layouts/partials/page-aside.html
+++ b/layouts/partials/page-aside.html
@@ -1,4 +1,7 @@
-{{ partial "site-navigation.html" . }}
-<a href="{{ .Site.BaseURL }}">
- &copy; {{ now.Format "2006" }} {{ .Site.Title }}
-</a> \ No newline at end of file
+<div class="md:max-w-xs flex flex-col md:items-end">
+ {{ partial "site-navigation.html" . }}
+ <div class="text-sm text-gray-500 leading-tight">
+ Built with Hugo and theme Tokiwa.<br/>
+ {{.Site.Copyright|safeHTML}}
+ </div>
+</div> \ No newline at end of file