--- a/base/src/sqwl/cms/Layout.scala Tue Dec 04 13:18:02 2018 +0100
+++ b/base/src/sqwl/cms/Layout.scala Thu Dec 06 13:27:14 2018 +0100
@@ -12,10 +12,10 @@
lazy val bootstrapCss = s"/${http.prefix}/assets/bootstrap/${versions.bootstrap}/css/bootstrap.min.css"
lazy val bootstrapJs = s"/${http.prefix}/assets/bootstrap/${versions.bootstrap}/js/bootstrap.min.js"
lazy val fontAwesomeCss = s"/${http.prefix}/assets/font-awesome/${versions.fontAwesome}/css/all.min.css"
- lazy val siteCss = s"/${http.prefix}/public/css/site.css?${BuildInfo.hgId}"
lazy val jquery = s"/${http.prefix}/assets/jquery/${versions.jquery}/jquery.min.js"
def apply(content: iContent, st: ViewState): TypedTag[String] = {
+ val siteCss = s"/${http.prefix}/public/${content.styleSheet._1}"
html(
head(
tags2.style("""