public
Description: Personal blog
Homepage: http://blog.alexgirard.com
Clone URL: git://github.com/alx/alexgirard.com-blog.git
100644 11 lines (8 sloc) 0.437 kb
1
2
3
4
5
6
7
8
9
10
11
<div class="entry">
<div class="meta">
<h1 class="title"><?php _e('Sorry','tarski'); ?></h1>
</div>
<div class="content">
<p><?php _e('Looks like there&#8127;s nothing here, sorry. You might want to try the search function. Alternatively, return to the ','tarski'); ?><a href="<?php echo get_bloginfo('url'); ?>/"><?php _e('front page','tarski'); ?></a><?php _e('.','tarski'); ?></p>
</div>
</div> <!-- /entry -->