Add 'All rights reserved' after 'SPC' to all footers

This commit is contained in:
GregTheMadMonk 2022-09-27 02:04:18 +03:00
parent 37156c79ad
commit 6da4a70a1a

View File

@ -137,7 +137,7 @@ context(WebPage) internal fun FlowContent.spcFooter() {
// }
}
ul("copyright") {
li { +"""SPC""" }
li { +"""SPC. All rights reserved.""" }
li {
+"""Design:"""
a {
@ -175,4 +175,4 @@ context(WebPage) internal fun FlowContent.wrapper(contentBody: FlowContent.() ->
// Footer
spcFooter()
}
}
}