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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuanfei He <lhe868@gmail.com>2020-07-10 18:08:57 +0300
committerYuanfei He <lhe868@gmail.com>2020-07-10 18:13:58 +0300
commitc3addcfb2ffd1e870997049f66bb456888e1bd46 (patch)
treeb4d7b3f67c3b456de655e5dea2237b2a3f099558 /layouts
parent900f44671f41b6a7c730aec7f1c5c169714cb2bc (diff)
:lipstick: setting footer right content to config.toml
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5043a07..4539fd4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -60,9 +60,9 @@
<!-- start footer --->
<div class="container footer">
<div class="row">
- <div class="col-lg-12">
- <small class="text-muted">{{ .Site.Copyright }} Theme:<a href="https://heyuanfei.com/">LeonHe</a></small>
- <small class="text-muted"><a href='http://www.beian.miit.gov.cn/' />{{ .Site.Params.footerRight}}</a></small>
+ <div class="col-lg-10">
+ <small class="text-muted pull-left">{{ .Site.Copyright }} Theme:<a href="https://heyuanfei.com/">LeonHe</a></small>
+ <small class="pull-right">{{ .Site.Params.footerRight | safeHTML }}</small>
</div>
</div>
</div>