mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Tweak formatting of the copyright footer
This commit is contained in:
parent
1c6d88333f
commit
c4e7258d69
@ -42,7 +42,7 @@
|
||||
|
||||
/* Header formatting (website title and article section headers) */
|
||||
.top {
|
||||
margin-left: 20px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.header a, .section-header a {
|
||||
@ -62,7 +62,11 @@
|
||||
}
|
||||
|
||||
.content, footer {
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
@ -17,7 +17,12 @@
|
||||
{{ with .Site.Copyright }}
|
||||
<footer>
|
||||
<hr>
|
||||
<small>
|
||||
©
|
||||
{{ now.Format "2006" }}
|
||||
{{ $.Site.Author.name }}
|
||||
{{ . | safeHTML }}
|
||||
</small>
|
||||
</footer>
|
||||
{{ end }}
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user