Commit e7c3c9b3 authored by Jonathan.Wage's avatar Jonathan.Wage

Css formatting.

parent 4c14fb62
<?php use_helper('Date'); ?>
<h1><?php echo $blogPost->getName(); ?></h1>
<h3>Posted <?php echo distance_of_time_in_words(strtotime($blogPost->getCreatedAt())); ?> ago.</h3>
<div class="content" id="blog_post">
<h1><?php echo $blogPost->getName(); ?></h1>
<h3>Posted <?php echo distance_of_time_in_words(strtotime($blogPost->getCreatedAt())); ?> ago.</h3>
<p><?php echo $blogPost->getBody(); ?></p>
<p><?php echo $blogPost->getBody(); ?></p>
</div>
<?php slot('right'); ?>
<input type="button" name="back_to_blog" value="Back to Blog" onClick="javascript: location.href = '<?php echo url_for('@blog'); ?>';" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment