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

github.com/themefisher/academia-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-02-24 06:20:19 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-02-24 06:20:19 +0300
commit4824e3569533beb73e012fe41394e6fb2eeccf42 (patch)
treef6478c810054e072533de31dd139a64d5cd5825e
parenta748e554d014b5c7371b198b7a36776a8763391a (diff)
modfied footer alignment
-rw-r--r--layouts/partials/site_footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/site_footer.html b/layouts/partials/site_footer.html
index 4e688b7..d259bce 100644
--- a/layouts/partials/site_footer.html
+++ b/layouts/partials/site_footer.html
@@ -1,20 +1,20 @@
<footer class="site-footer">
<div class="container">
- <div class="row">
- <div class="col-md-6">
+ <div class="row align-items-center">
+ <div class="col-md-6 mb-4 mb-md-0">
{{ with site.GetPage "privacy.md" }}
<p class="powered-by">
{{ printf "<a href=\"%s\">%s</a>" .RelPermalink .Title | safeHTML }}
</p>
{{ end }}
- <p>
+ <p class="mb-0">
{{ with site.Copyright }}{{ replace . "{year}" now.Year | markdownify}} &middot; {{ end }}
Powered by
<a href="https://gethugothemes.com" target="_blank" rel="noopener">Gethugothemes</a>
</p>
</div>
<div class="col-md-6">
- <ul class="list-inline network-icon text-right">
+ <ul class="list-inline network-icon text-right mb-0">
{{/* Contact links. */}}
{{ range site.Params.contact_links }}
{{ $pack := or .icon_pack "fas" }}