Alexey Boroda
/
kristal-estet
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
dd34be36ac0df406f194f52ee58aa373bd3a10db
Authored by
Timur Kastemirov
2017-11-06 17:28:59 +0200
1 parent
b53af29a
meta robots
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
Inline
Side-by-side
frontend/views/layouts/main.php
Wrap text
Show/Hide comments
View file @
dd34be3
...
...
@@ -59,6 +59,13 @@
59
59
'name' => 'description',
60
60
'content' => $seo->desc,
61
61
]
62
+ );
63
+
64
+ $this->registerMetaTag(
65
+ [
66
+ 'name' => 'robots',
67
+ 'content' => $seo->robots,
68
+ ]
62
69
)
63
70
?>
64
71
...
...