bnomei/kirby3-htmlhead

View on GitHub
snippets/htmlhead/recommended-minimum.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php if(!isset($disabled)): ?><meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php endif; ?>