base/src/sqwl/cms/datamodel.scala
changeset 7 50a354e5bda4
parent 4 1a1347e8c5be
child 27 8529ce302f7c
--- a/base/src/sqwl/cms/datamodel.scala	Tue Dec 04 13:18:02 2018 +0100
+++ b/base/src/sqwl/cms/datamodel.scala	Thu Dec 06 13:27:14 2018 +0100
@@ -23,6 +23,11 @@
 }
 
 trait iContent {
+  def appTitle: String
+  def appTitleShort: String
+  def icon: (String, Path)
+  def publicAssets: Path
+  def styleSheet: (String, Path)
   def articlesByTag(t: iTag): Seq[iArticle]
   def articlesByCategory(c: iCategory): Seq[iArticle]
   def tags: Seq[iTag]