# HG changeset patch # User Tomas Zeman # Date 1544100726 -3600 # Node ID 7d5ed4c927cec063523150b306a6f1f82af62f09 # Parent 8e0809dad9f7e55c837f1e68b8a74e6591b90cd3 Content cleanup diff -r 8e0809dad9f7 -r 7d5ed4c927ce .hgignore --- a/.hgignore Thu Dec 06 13:35:32 2018 +0100 +++ b/.hgignore Thu Dec 06 13:52:06 2018 +0100 @@ -10,3 +10,4 @@ .idea out .idea_modules +production diff -r 8e0809dad9f7 -r 7d5ed4c927ce example/content/public/images/icon.png Binary file example/content/public/images/icon.png has changed diff -r 8e0809dad9f7 -r 7d5ed4c927ce example/src/sqwl/cms/Content.scala --- a/example/src/sqwl/cms/Content.scala Thu Dec 06 13:35:32 2018 +0100 +++ b/example/src/sqwl/cms/Content.scala Thu Dec 06 13:52:06 2018 +0100 @@ -46,8 +46,8 @@ } object Content extends iContent { - def appTitle: String = "Kvalita pracovního života - studie" - def appTitleShort: String = "KPŽ - studie" + def appTitle: String = "Content management system example" + def appTitleShort: String = "CMS" 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"))