From 76acaf441208279355fb913afff06618c7d5dfbd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 13:31:37 -0400 Subject: Added OpenGraph link preview tags for quotes --- app/views/layouts/quotes.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views') diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 5555248..68607f6 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml @@ -7,6 +7,7 @@ = javascript_include_tag "application" = csrf_meta_tag = auto_discovery_link_tag :atom, latest_quotes_url(:atom) + = display_meta_tags og: { site_name: "Four Island" } %body #wrap %header#banner -- cgit 1.4.1