|  | @@ -3,10 +3,10 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <div class="col-mb-12 col-8" id="main" role="main">
 | 
	
		
			
				|  |  |      <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
 | 
	
		
			
				|  |  | -        <h1 class="post-title" itemprop="name headline">
 | 
	
		
			
				|  |  | -            <a itemprop="url"
 | 
	
		
			
				|  |  | -               href="<?php $this->permalink() ?>"><?php $this->title() ?></a>
 | 
	
		
			
				|  |  | -        </h1>
 | 
	
		
			
				|  |  | +        <!--<h1 class="post-title" itemprop="name headline">-->
 | 
	
		
			
				|  |  | +        <!--    <a itemprop="url"-->
 | 
	
		
			
				|  |  | +        <!--       href="<?php $this->permalink() ?>"><?php $this->title() ?></a>-->
 | 
	
		
			
				|  |  | +        <!--</h1>-->
 | 
	
		
			
				|  |  |          <div class="post-content" itemprop="articleBody">
 | 
	
		
			
				|  |  |              <?php $this->content(); ?>
 | 
	
		
			
				|  |  |          </div>
 |