Skip to content

Commit 76a385f

Browse files
authored
Update Robots.latte
1 parent 742754f commit 76a385f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Robots.latte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Sitemap: {$baseUrl}/sitemap.xml
1313
{foreach $robots as $robot}
1414
User-agent: {$robot['name']}
1515
{if is_array($robot['disallow'])}
16-
{foreach $robot['disallow'] as $rule}
17-
Disallow: {$rule}
18-
{/foreach}
16+
{foreach $robot['disallow'] as $rule}
17+
Disallow: {$rule}
18+
{/foreach}
1919
{else}
20-
Disallow:
20+
Disallow:
2121
{/if}
2222

2323
{/foreach}

0 commit comments

Comments
 (0)