Skip to content

Commit

Permalink
Yandex widget
Browse files Browse the repository at this point in the history
  • Loading branch information
dikmax committed Feb 21, 2016
1 parent 22f8a3f commit 225ce0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions favicons/yandex-widget-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "1.0",
"api_version": 3,

"layout": {
"logo": "/images/yandex-widget.png",
"color": "#474747",
"show_title": "none"
}
}
1 change: 1 addition & 0 deletions src/Template/Layout.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ layout cd content = doctypehtml_ $ do
meta_ [name_ "msapplication-TileImage", content_ "/mstile-144x144.png?v=NmYO8WoKWA"]
meta_ [name_ "theme-color", content_ "#474747"]

link_ [rel_ "yandex-tableau-widget", href_ "/yandex-widget-manifest.json"]
style_ [type_ "text/css"] (cd ^. dataCss)
link_
[ rel_ "stylesheet"
Expand Down

0 comments on commit 225ce0a

Please sign in to comment.