Add 'All rights reserved' after 'SPC' to all footers
This commit is contained in:
parent
37156c79ad
commit
6da4a70a1a
@ -137,7 +137,7 @@ context(WebPage) internal fun FlowContent.spcFooter() {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
ul("copyright") {
|
ul("copyright") {
|
||||||
li { +"""SPC""" }
|
li { +"""SPC. All rights reserved.""" }
|
||||||
li {
|
li {
|
||||||
+"""Design:"""
|
+"""Design:"""
|
||||||
a {
|
a {
|
||||||
@ -175,4 +175,4 @@ context(WebPage) internal fun FlowContent.wrapper(contentBody: FlowContent.() ->
|
|||||||
// Footer
|
// Footer
|
||||||
spcFooter()
|
spcFooter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user