diff --git a/app/views/record/view.html.erb b/app/views/record/view.html.erb index 7c9bb0c8..cd5c4a2e 100644 --- a/app/views/record/view.html.erb +++ b/app/views/record/view.html.erb @@ -1,5 +1,9 @@ <%= content_for(:title, record_page_title(@record)) %> +<% content_for :additional_meta_tag do %> + +<% end %> + <%= render(partial: 'shared/error', collection: @errors) %> <%= render(partial: 'shared/site_title') %> diff --git a/app/views/search/results.html.erb b/app/views/search/results.html.erb index 7509fdf1..d9b97e02 100644 --- a/app/views/search/results.html.erb +++ b/app/views/search/results.html.erb @@ -1,5 +1,9 @@ <%= content_for(:title, results_page_title(@enhanced_query)) %> +<% content_for :additional_meta_tag do %> + +<% end %> +