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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-09-29 15:12:13 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-09-29 15:12:13 +0300
commitca578234eb7f0673d2b0f09ad0f587533a497050 (patch)
tree063c8aa2a77ec0184b1bc5cdebf07b30c603bc39 /layouts
parentd86d44472e4d02f83ce3112b569f87af77ab9041 (diff)
refactor: improve footer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 22cff68..be0c0f4 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,3 @@
-<footer class="w-full text-center border-t border-gray-200 p-8 pin-b text-sm text-tertiary-text">
+<footer class="w-full text-center p-8 pin-b text-sm text-tertiary-text">
<p>{{ with .Site.Copyright }}{{ replace . "{year}" now.Year | safeHTML }} &middot; {{ end }} Powered by the <a href="https://github.com/wangchucheng/hugo-eureka" class="hover:text-eureka">Eureka</a> theme for <a href="https://gohugo.io" class="hover:text-eureka">Hugo</a></p>
</footer> \ No newline at end of file