Skip to content

Commit

Permalink
Fix meta info for social cards (#635)
Browse files Browse the repository at this point in the history
Drop favicon links to old 404 icons
  • Loading branch information
razzeee authored Dec 1, 2023
1 parent 4e5ebfc commit c3e4513
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/layouts/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
%meta{content: "#{current_page.data.description}", name: "description"}/
%meta{content: "bundle,application,runtime,flatpak,xdg-app", name: "keywords"}/
%meta{content: "width=device-width,initial-scale=1", name: "viewport" }/
%link{rel:"icon", "type" => "image/png", href:"img/favicon.png"}/
%meta{content: "Flatpak", property: "og:site_name"}/
%meta{content: current_page.data.title, property: "og:title"}/
%meta{content: image_path('/img/favicon.svg'), property: "og:image"}/
%meta{content: "website", property: "og:type"}/
%link{rel:"shortcut icon", "type" => "image/x-icon", href:"/favicon.ico"}/
%link{rel:"apple-touch-icon", "sizes" => "57x57", href:"img/favicon57.png"}/
%link{rel:"apple-touch-icon", "sizes" => "152x152", href:"img/favicon152.png"}/
= stylesheet_link_tag :fonts
= stylesheet_link_tag :site
= stylesheet_link_tag :animate
Expand Down

0 comments on commit c3e4513

Please sign in to comment.