From 49b6820a87712eb763ab71ff3c925d07aa85b188 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Sun, 25 Aug 2024 18:32:35 +0100 Subject: [PATCH] Add meta description for collections and projects --- app/views/collections/index.html.erb | 1 + app/views/collections/show.html.erb | 1 + app/views/projects/show.html.erb | 1 + 3 files changed, 3 insertions(+) diff --git a/app/views/collections/index.html.erb b/app/views/collections/index.html.erb index 34b276e..f30d32d 100644 --- a/app/views/collections/index.html.erb +++ b/app/views/collections/index.html.erb @@ -1,4 +1,5 @@ <% @meta_title = "Collections" %> +<% @meta_description = "Collections of analysed open source software projects" %>