bnomei/kirby3-htmlhead

View on GitHub
snippets/htmlhead/meta-robots.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php if(isset($content)): ?><meta name="robots" content="<?= $content ?>"><?php endif; ?>