1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 10:50:25 +02:00

Robot directive removed from default route.

This commit is contained in:
Cameron
2021-07-26 16:15:55 -07:00
parent 95fab15c02
commit fe8ae40f30

View File

@@ -627,7 +627,7 @@ class news_front
default: default:
e107::meta('robots', 'noindex'); // e107::meta('robots', 'noindex');
e107::route('news/list/items'); e107::route('news/list/items');
// e107::canonical('news'); // e107::canonical('news');
} }