Google will begin ranking mobile-friendly sites higher starting April 21
Off Topic
Ah, I read his post wrong. Not sure what would cause Google to not like it, there isn't much to the beta launch page is there?
$htm = jrCore_parse_template('gallery_update.tpl', $_rt, 'jrGallery');
jrCore_page_custom($htm, 10);
{jrCore_list module="gmJobs" profile_id=$_profile_id order_by="_created numerical_desc" limit="3" assign="jobs"}
{if isset($jobs) && strlen($jobs) > 0}
<div class="head_2" style="margin-top:5px;">WE'RE HIRING</div>
<div class="block mb20" style="border:1px solid #DEDEDE;">
<div class="block_content">
<div class="item2">
{$jobs}
</div>
</div>
</div>
{/if}
{jrCore_list module="gmJobs" profile_id=$_profile_id order_by="_created numerical_desc" limit="3" assign="jobs"}
{if strlen($jobs) > 0}
<div class="head_2" style="margin-top:5px;">WE'RE HIRING</div>
<div class="block mb20" style="border:1px solid #DEDEDE;">
<div class="block_content">
<div class="item2">
{$jobs}
</div>
</div>
</div>
{/if}