--- 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
Binary file example/content/public/images/icon.png has changed
--- 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"))