
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
$format = get_post_format();
if ( false === $format )
    $format = 'standard';
get_template_part( 'templates/single', "post-$format" );
wp_link_pages(array('echo'=>1));
