From 08c14dd6898a6fc1b06d8044a674a34d30ccbc7d Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Mon, 13 Feb 2017 17:31:10 +0530 Subject: [PATCH] new: server plugin outlet for indexable robots.txt --- app/views/robots_txt/index.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/robots_txt/index.erb b/app/views/robots_txt/index.erb index 80b37afc82d..8ae193da42b 100644 --- a/app/views/robots_txt/index.erb +++ b/app/views/robots_txt/index.erb @@ -15,3 +15,5 @@ Disallow: /search Disallow: /search/ Disallow: /tags Disallow: /tags/ + +<%= server_plugin_outlet "robots_txt_index" %>