diff -r ba89bccede7e -r 50a354e5bda4 example/src/sqwl/cms/Content.scala --- a/example/src/sqwl/cms/Content.scala Tue Dec 04 13:18:02 2018 +0100 +++ b/example/src/sqwl/cms/Content.scala Thu Dec 06 13:27:14 2018 +0100 @@ -46,6 +46,11 @@ } object Content extends iContent { + def appTitle: String = "Kvalita pracovního života - studie" + def appTitleShort: String = "KPŽ - studie" + def icon = ("icon.png", Paths.get("example/content/public/images/icon.png")) + def publicAssets: Path = Paths.get("example/content/public") + def styleSheet = ("site.css", Paths.get("example/content/public/css/site.css")) def articlesByTag(t: iTag): Seq[iArticle] = Seq() def articlesByCategory(c: iCategory): Seq[iArticle] = Seq() def tags: Seq[iTag] = Seq()