Skip to content
Snippets Groups Projects
Commit 177fbce5 authored by Alexandre Vicenzi's avatar Alexandre Vicenzi
Browse files

Built with on footer

parent 617de6b1
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ profilePicture = "images/profile.png" ...@@ -13,6 +13,7 @@ profilePicture = "images/profile.png"
copyright = "Author Name" copyright = "Author Name"
license = "CC BY-SA 4.0" license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
builtWith = true
[[params.socialIcons]] [[params.socialIcons]]
icon = "fa-linkedin" icon = "fa-linkedin"
......
<footer> <footer>
<div class="copyright"> <div>
&copy; {{ $.Site.Params.copyright }} {{ now.Format "2006"}} · {{ with $.Site.Params.license }}<a href="{{ $.Site.Params.licenseURL }}">{{ . | safeHTML }}</a>{{end}} &copy; {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
·
{{ with $.Site.Params.License }}
<a href="{{ $.Site.Params.licenseURL }}"
target="_blank">{{ . | safeHTML }}</a>
{{end}}
{{ with $.Site.Params.BuiltWith }}
·
Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
{{end}}
</div> </div>
</footer> </footer>
...@@ -117,12 +117,9 @@ body { ...@@ -117,12 +117,9 @@ body {
width: 100%; width: 100%;
} }
.copyright { footer {
font-size: .7rem; font-size: .7rem;
text-align: center; text-align: center;
}
footer {
height: 40px; height: 40px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment