Skip to content

Commit

Permalink
Update footer (#1923)
Browse files Browse the repository at this point in the history
* Update microsite and footer

* updated footer (#1913)
  • Loading branch information
kailuowang authored Sep 20, 2017
1 parent ed4dbac commit 583ab61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""
|<p>© 2017 <a href="https://github.com/typelevel/cats#maintainers">The Cats Maintainers</a></p>
|<p style="font-size: 80%; margin-top: 10px">Website built with <a href="https://47deg.github.io/sbt-microsites/">sbt-microsites © 2016 47 Degrees</a></p>
|""".stripMargin),
micrositeHighlightTheme := "atom-one-light",
micrositeHomepage := "http://typelevel.org/cats/",
micrositeBaseUrl := "cats",
Expand Down

0 comments on commit 583ab61

Please sign in to comment.