diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0c04b7e..2259582 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -12,16 +12,16 @@ - <%= tag.meta property: 'og:type', content: 'website' %> - <%= tag.meta property: 'og:site_name', content: 'Linkarooie' %> - <%= tag.meta property: 'og:locale', content: 'en_US' %> - <%= tag.meta property: 'og:updated_time', content: '2024-08-08T12:00:19Z' %> + <%= tag.meta property: 'og:type', content: 'website' %> + <%= tag.meta property: 'og:site_name', content: 'Linkarooie' %> + <%= tag.meta property: 'og:locale', content: 'en_US' %> + <%= tag.meta property: 'og:updated_time', content: '2024-08-08T12:00:19Z' %> - <%= tag.meta property: 'og:title', content: content_for?(:og_title) ? content_for(:og_title) : 'Linkarooie - Simplify Your Online Presence' %> - <%= tag.meta property: 'og:description', content: content_for?(:og_description) ? content_for(:og_description) : 'Manage all your links in one place with Linkarooie.' %> - <%= tag.meta property: 'og:image', content: content_for?(:og_image) ? content_for(:og_image) : image_url('default_og_image.png') %> - <%= tag.meta property: 'og:image:alt', content: content_for?(:og_image_alt) ? content_for(:og_image_alt) : 'Default image description' %> - <%= tag.meta property: 'og:url', content: content_for?(:og_url) ? content_for(:og_url) : root_url %> + <%= tag.meta property: 'og:title', content: content_for?(:og_title) ? content_for(:og_title) : 'Linkarooie - Simplify Your Online Presence' %> + <%= tag.meta property: 'og:description', content: content_for?(:og_description) ? content_for(:og_description) : 'Manage all your links in one place with Linkarooie.' %> + <%= tag.meta property: 'og:image', content: content_for?(:og_image) ? content_for(:og_image) : image_url('default_og_image.png') %> + <%= tag.meta property: 'og:image:alt', content: content_for?(:og_image_alt) ? content_for(:og_image_alt) : 'Default image description' %> + <%= tag.meta property: 'og:url', content: content_for?(:og_url) ? content_for(:og_url) : root_url %> @@ -52,18 +52,34 @@

Linkarooie

@@ -76,5 +92,23 @@

© 2024 Linkarooie. All rights reserved.

+ diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index c00b5a8..fbd20d7 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -15,6 +15,7 @@ +
@@ -46,7 +47,31 @@
- + +
+
+

Support Linkarooie

+

+ Help us grow by supporting our open-source project! +

+ +
+
+ +

Get Started with Linkarooie

@@ -91,4 +116,4 @@
- + \ No newline at end of file diff --git a/public/uploads/og_images/loftwah_og.png b/public/uploads/og_images/loftwah_og.png index d5f74bb..7c6f6bf 100644 Binary files a/public/uploads/og_images/loftwah_og.png and b/public/uploads/og_images/loftwah_og.png differ