Content cleanup
authorTomas Zeman <tzeman@volny.cz>
Thu, 06 Dec 2018 13:52:06 +0100
changeset 9 7d5ed4c927ce
parent 8 8e0809dad9f7
child 10 4b5313097a4d
Content cleanup
.hgignore
example/content/public/images/icon.png
example/src/sqwl/cms/Content.scala
--- 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"))