|
7 | 7 | %meta{content: "#{current_page.data.description}", name: "description"}/
|
8 | 8 | %meta{content: "bundle,application,runtime,flatpak,xdg-app", name: "keywords"}/
|
9 | 9 | %meta{content: "width=device-width,initial-scale=1", name: "viewport" }/
|
10 |
| - %link{rel:"icon", "type" => "image/png", href:"img/favicon.png"}/ |
| 10 | + %link{rel:"icon", "type" => "image/svg+xml", href:"img/favicon.svg"}/ |
11 | 11 | %link{rel:"shortcut icon", "type" => "image/x-icon", href:"/favicon.ico"}/
|
12 |
| - %link{rel:"apple-touch-icon", "sizes" => "57x57", href:"img/favicon57.png"}/ |
13 |
| - %link{rel:"apple-touch-icon", "sizes" => "152x152", href:"img/favicon152.png"}/ |
| 12 | + %link{rel:"apple-touch-icon", "sizes" => "180x180", href:"img/apple-touch-icon.png"}/ |
14 | 13 | = stylesheet_link_tag :fonts
|
15 | 14 | = stylesheet_link_tag :site
|
16 | 15 | = stylesheet_link_tag :animate
|
17 |
| - /= stylesheet_link_tag "http://overpass-30e2.kxcdn.com/overpass.css" |
| 16 | + %meta{content: "#{data.site.name}", name: "title" }/ |
| 17 | + %meta{content: "#{data.site.punchline}", name: "description" }/ |
| 18 | + |
| 19 | + %meta{content: "#{data.site.name}", name: "twitter:title" }/ |
| 20 | + %meta{content: "#{data.site.domain}#{url_for 'img/card.png'}", name: "twitter:image" }/ |
| 21 | + %meta{content: "summary_large_image", name: "twitter:card" }/ |
| 22 | + %meta{content: "#{data.site.punchline}", name: "twitter:description" }/ |
| 23 | + |
| 24 | + %meta{content: "#{data.site.name}", name: "og:title" }/ |
| 25 | + %meta{content: "#{data.site.domain}", name: "og:url" }/ |
| 26 | + %meta{content: "#{data.site.domain}#{url_for 'img/card.png'}", name: "og:image" }/ |
| 27 | + %meta{content: "#{data.site.punchline}", name: "og:description" }/ |
18 | 28 |
|
19 | 29 | = javascript_include_tag "jquery-2.2.4.min"
|
20 | 30 | = javascript_include_tag "jquery.easing.min"
|
|
0 commit comments