bnomei/kirby3-htmlhead

View on GitHub
snippets/htmlhead/base.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php if(isset($href)): ?><base href="<?= $href ?>"><?php endif; ?>