presscodes/maera

View on GitHub
views/head.twig

Summary

Maintainability
Test Coverage
<html class="no-js" {{ site.language_attributes }}>
{% block head %}
<head>
    <meta charset="{{ site.charset }}" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="description" content="{{ site.description }}">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="alternate" type="application/rss+xml" title="{{ function( 'get_bloginfo', 'name' ) }} Feed" href="{{ function( 'esc_url', 'get_feed_link' ) }}">
    {{ function( 'wp_head' ) }}
</head>
{% endblock %}