Skip to content

Commit

Permalink
Update application.html.haml
Browse files Browse the repository at this point in the history
  • Loading branch information
coreobs authored Mar 31, 2024
1 parent a276d59 commit 9809804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- viewport = 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'
%meta{ name: 'viewport', content: viewport }
%title= (content_for :title) || 'ozfortress'
%meta{:content => "ozfortress - The home of competitive Team Fortress 2 in Oceania. Free to play!", :name => "description"}/
%meta{:content => "ozfortress - The home of competitive Team Fortress 2 in Asia-Pacific. Free to play!", :name => "description"}/
%meta{:content => "#{content_for :title} - ozfortress", :property => "og:title"}/
%meta{:content => "ozfortress - The home of competitive Team Fortress 2 in Oceania. Free to play!", :property => "og:description"}/
%meta{:content => "ozfortress - The home of competitive Team Fortress 2 in Asia-Pacific. Free to play!", :property => "og:description"}/
%meta{:content => "website", :property => "og:type"}/
%meta{:content => "#{asset_path 'logo-small.svg'}", :property => "og:image"}/
%meta{:content => "#00abba", :name => "theme-color"}/
Expand Down

0 comments on commit 9809804

Please sign in to comment.