clckwrks-theme-bootstrap 0.4.2.4 → 0.4.3
raw patch · 3 files changed
+5/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- Theme.hs +1/−1
- clckwrks-theme-bootstrap.cabal +3/−4
README.md view
@@ -1,4 +1,4 @@-clckwrks-theme-bootstrap [](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) [](https://travis-ci.org/clckwrks/clckwrks-theme-bootstrap)+clckwrks-theme-bootstrap [](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) [](https://travis-ci.com/clckwrks/clckwrks-theme-bootstrap) ========= A clckwrks theme based on bootstrap.
Theme.hs view
@@ -110,7 +110,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -- the meta tags must come first <title><% ttl %></title>- <script src="http://code.jquery.com/jquery-latest.js"></script>+ <script src="//code.jquery.com/jquery-latest.js"></script> <link rel="stylesheet" type="text/css" media="screen" href=(ThemeData "data/css/bootstrap.min.css") /> <script src=(ThemeData "data/js/bootstrap.min.js")></script> <link rel="stylesheet" type="text/css" href=(ThemeData "data/css/hscolour.css") />
clckwrks-theme-bootstrap.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-theme-bootstrap-version: 0.4.2.4+version: 0.4.3 synopsis: simple bootstrap based template for clckwrks description: A simple bootstrap based theme for use with clckwrks. homepage: http://www.clckwrks.com/@@ -31,9 +31,8 @@ data/fonts/glyphicons-halflings-regular.woff2 source-repository head- type: darcs- subdir: clckwrks-theme-bootstrap- location: http://hub.darcs.net/stepcut/clckwrks+ type: git+ location: https://github.com/clckwrks/clckwrks-theme-bootstrap.git library default-language: Haskell2010