Modify footer
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Mary 2023-10-20 22:02:51 +01:00
parent 2e2a021a2a
commit 9158d58d4e
4 changed files with 35 additions and 13 deletions

View File

@ -3,7 +3,7 @@ DefaultContentLanguage = "en"
languageCode = 'en-us'
title = 'Deliciousium'
theme = 'lightbi-hugo'
copyright = "All rights reserved"
#copyright = "All rights reserved"
googleTagManager = ' GTM-WVR9XZSC '
metaDataFormat = "yaml"
pygmentsStyle = "trac"

View File

@ -81,3 +81,17 @@ td img {
opacity: 100%;
border-width: 3px !important;
}
@media only screen and (min-width: 768px) {
footer .site-brand {
font-size: 1.5rem;
margin-left: 6px;
}
}
.Footer-textlogo{
margin-left: -6px;
color: #000;
}

View File

@ -6,8 +6,20 @@
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row align-items-center">
<div class="col">
<div class="row align-items-center float-start">
<div class="col-5">
<a href="{{ "" | absLangURL }}"><img class="imge-title" src="{{ .Site.Params.logo | absURL }}"></a>
</div>
<div class="col-4 ps-0">
<a class="site-brand fw-bold Footer-textlogo" href="{{ "" | absLangURL }}">{{ .Site.Title }}</a>
</div>
</div>
</div>
<div class="col-3">
<ul
class="list-inline list-group list-group-horizontal text-center footer-links d-flex justify-content-center flex-row">
@ -33,11 +45,9 @@
{{ end }}
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="credits copyright text-muted">
<div class="col">
<p class="credits copyright text-muted float-end m-0 fw-medium">
{{ if .Site.Author.name }}
{{ if .Site.Author.website }}
<a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a>
@ -46,10 +56,8 @@
{{ end }}
{{ end }}
&nbsp;&bull;&nbsp;&copy;
2023
&nbsp;&bull;&nbsp;
<a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a> &#8210; {{ .Site.Copyright }} &nbsp;&bull;&nbsp;
&copy;
2023 <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a>
</p>

View File

@ -42,11 +42,11 @@
{{ end }}
{{ end }}
<li class="nav-item nav-link">
<a id="dark-mode-toggle" class="bi bi-sun"></a>
</li>
</ul>
</div>
</div>