lucid-cdn 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- lucid-cdn.cabal +1/−1
- src/Lucid/CDN.hs +1/−1
lucid-cdn.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: lucid-cdn-version: 0.2.0.0+version: 0.2.0.1 synopsis: Curated list of CDN imports for lucid. description: Repository of common CDN imports for lucid. Please open a pull request to add new libraries. category: Web
src/Lucid/CDN.hs view
@@ -71,7 +71,7 @@ -- | MathJax V3.1.0 mathjax_3_1_0 :: Monad m => HtmlT m () mathjax_3_1_0 = script_ [- src_ "https://cdn.jsdelivr.net/npm/mathjax@3.0.5/es5/tex-mml-chtml.js"+ src_ "https://cdn.jsdelivr.net/npm/mathjax@3.1.0/es5/tex-mml-chtml.js" , integrity_ "sha384-ynpCZozLxgqK3wrgBu8qH8qPG3eD8mME8z0zugAX26UMb5HfLp2PtvtDH4vdmgkm" , crossorigin_ "anonymous"] _blank