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

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b1c58c4..a7dfcaa 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<footer>
<div class="container">
<div class="row">
- <div class="col-md-8" style="padding-left: 0px">
+ <div class="col-md-8" style="padding-left: 0px; width:100%">
<ul class="list-inline">
<li>
<a class="page-scroll" href="#intro">Up</a>
@@ -20,13 +20,20 @@
</li>
{{- end }}
</ul>
- <p class="copyright text-muted small">Copyright &copy; {{ .Site.Title }} All Rights Reserved</p>
+ <p class="copyright text-muted small" style="text-align:left;">
+ Copyright &copy; {{ .Site.Title }} All Rights Reserved
+ </br>Built with <a href="http://gohugo.io">Hugo</a> and the <a href="https://github.com/cdeck3r/OneDly-Theme">OneDly project</a> theme.
+ </p>
</div>
- <div class="col-md-4" style="padding-right: 0px">
+ <!--
+ <div class="col-md-4" style="padding-left: 0px">
+ <div class="copyright text-muted small">
Built with <a href="http://gohugo.io">Hugo</a> and the
<a href="https://github.com/cdeck3r/OneDly-Theme">OneDly project</a>
theme.
+ </div>
</div>
+ -->
</div>
</div>
</footer>