studioAura
4/28/2016 - 2:17 PM

HEAD для MODx Revo

HEAD для MODx Revo

<head>
    <title>[[*pagetitle]] - [[++site_name]]</title>
    <base href="[[++site_url]]" />
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

    <!-- SITE META -->
    <meta name="description" content="[[*description]]">
    <meta name="author" content="">
    <meta name="keywords" content="[[*keywords]]">

    <!-- SOCIAL META -->
    <meta property="og:type" content="site" />
    <meta property="og:title" content="[[*pagetitle]]" />
    <meta property="og:url" content="[[++site_url]][[*alias]].html" />
    <meta property="og:description" content="[[*description]]" />
    <meta property="og:image" content="" />
    <meta property="og:publisher" content="https://www.facebook.com/.../здесь адрес аккаунта в  facebook/" />
    <meta property="og:site_name" content="[[++site_name]]" />
    
    <!-- win-tiles -->
    <meta name="application-name" content="http://teplo-i-voda.kh.ua"/>
    <meta name="msapplication-square70x70logo" content="/assets/images/icons/win-tiles/small.jpg"/>
    <meta name="msapplication-square150x150logo" content="/assets/images/icons/win-tiles/medium.jpg"/>
    <meta name="msapplication-wide310x150logo" content="/assets/images/icons/win-tiles/wide.jpg"/>
    <meta name="msapplication-square310x310logo" content="/assets/images/icons/win-tiles/large.jpg"/>
    <meta name="msapplication-TileColor" content="#05E1F5"/>

    <!-- FAVICONS -->
    <link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon">
    <link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png">
    <link rel="apple-touch-icon" sizes="57x57" href="/assets/images/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/assets/images/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/assets/images/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/assets/images/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/assets/images/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/assets/images/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/assets/images/apple-touch-icon-152x152.png">

    <!-- GOOGLE FONTS -->

    <!-- TEMPLATE STYLES -->


    <!--[if IE]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

</head>