diff --git a/build.sbt b/build.sbt index d8db2b58c5..0534040300 100644 --- a/build.sbt +++ b/build.sbt @@ -132,7 +132,12 @@ lazy val docsMappingsAPIDir = settingKey[String]("Name of subdirectory in site t lazy val docSettings = Seq( micrositeName := "Cats", micrositeDescription := "Lightweight, modular, and extensible library for functional programming", - micrositeAuthor := "Typelevel contributors", + micrositeAuthor := "Cats contributors", + micrositeFooterText := Some( + """ + |

© 2017 The Cats Maintainers

+ |

Website built with sbt-microsites © 2016 47 Degrees

+ |""".stripMargin), micrositeHighlightTheme := "atom-one-light", micrositeHomepage := "http://typelevel.org/cats/", micrositeBaseUrl := "cats",