From 98098046e8105cb017280a33715543a5fb1bcbd8 Mon Sep 17 00:00:00 2001 From: core Date: Mon, 1 Apr 2024 06:46:24 +1000 Subject: [PATCH] Update application.html.haml --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 1104653f..23d5bffd 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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"}/