From fedb954d346315514bc62ce49d66ea48341b93f6 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Fri, 24 Jan 2025 09:04:41 +0800 Subject: [PATCH] chore: add Google AdSense script to layout - Include async script for Google AdSense in the application layout - Ensure script loads with crossorigin attribute This change will allow the application to serve ads from Google, potentially generating revenue. The implementation is non-intrusive and maintains existing functionality. --- app/views/layouts/application.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5b88dea..1141839 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -45,6 +45,9 @@ gtag('config', 'G-PX1C92V5L7'); + +