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) */
|
/* Header formatting (website title and article section headers) */
|
||||||
.top {
|
.top {
|
||||||
margin-left: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a, .section-header a {
|
.header a, .section-header a {
|
||||||
@ -62,7 +62,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content, footer {
|
.content, footer {
|
||||||
padding: 20px;
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +17,12 @@
|
|||||||
{{ with .Site.Copyright }}
|
{{ with .Site.Copyright }}
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
|
<small>
|
||||||
|
©
|
||||||
|
{{ now.Format "2006" }}
|
||||||
|
{{ $.Site.Author.name }}
|
||||||
{{ . | safeHTML }}
|
{{ . | safeHTML }}
|
||||||
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user