<?php

$domain = 'http://' . $_SERVER["HTTP_HOST"];
$url = $domain . $_SERVER["REQUEST_URI"];
$sitename = "Waterford Kamhlaba UWCSA";
$twittername = "@WaterfordUWCSA";
PerchSystem::set_var('domain', $domain);
PerchSystem::set_var('url', $url);
PerchSystem::set_var('sitename', $sitename);
PerchSystem::set_var('twittername', $twittername);
perch_page_attributes(array('template' => 'head.html'));
?>
    </title>


    <?php 
if (perch_layout_has('desc')) {
    ?>
    <meta name="description" content="Today I Should portfolio: <?php 
    perch_layout_var('title');
    echo " - ";
    perch_layout_var('desc');
    ?>
" />
    <?php 
} else {
    perch_page_attributes();
}
?>

    <!--<meta name="description" content="We build websites that work. We work differently.  We help you improve your online marketing with evidence, developing the website you need based on research, design, development and optimisation." />-->

    <link rel="icon" type="image/png" href="http://todayishould.com/favicons/favicon-16x16.png" />

    <link rel="apple-touch-icon" sizes="57x57" href="http://todayishould.com/favicons/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="http://todayishould.com/favicons/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="http://todayishould.com/favicons/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="http://todayishould.com/favicons/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="http://todayishould.com/favicons/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="http://todayishould.com/favicons/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="http://todayishould.com/favicons/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="http://todayishould.com/favicons/apple-touch-icon-152x152.png">