bnomei/kirby3-htmlhead

View on GitHub
snippets/htmlhead/title.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php if(isset($title)): ?><title><?= $title ?></title><?php endif; ?>