From 0049660b28204cfa6393b1bf5dbf348e0223da49 Mon Sep 17 00:00:00 2001 From: Andrew Stump Date: Fri, 16 Dec 2022 16:59:02 +0100 Subject: [PATCH] #1578 returned layout --- source/layouts/layout.erb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 2030918..69a2cb0 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -29,15 +29,6 @@ under the License. - <% if current_page.data.key?('meta') %> - <% current_page.data.meta.each do |meta| %> - - <%= "#{key}=\"#{value}\"" %> - <% end %> - > - <% end %> - <% end %> <%= current_page.data.title || "API Documentation" %>