more dynload attrs
This commit is contained in:
parent
589816c5cc
commit
098b03287d
1 changed files with 2 additions and 2 deletions
|
@ -38,10 +38,10 @@ HTML;
|
|||
|
||||
$body .= <<<HTML
|
||||
<div class="ob-blog ob-preview">
|
||||
<h1><a href="/old-blog/{$postInfo->post_id}">{$postInfo->post_title}</a></h1>
|
||||
<h1><a href="/old-blog/{$postInfo->post_id}" data-fm-dynload="">{$postInfo->post_title}</a></h1>
|
||||
<time datetime="{$dateISO}">{$dateCustom}</time>
|
||||
<p>{$preview}</p>
|
||||
<a class="ob-continue" href="/old-blog/{$postInfo->post_id}">Continue reading</a>
|
||||
<a class="ob-continue" href="/old-blog/{$postInfo->post_id}" data-fm-dynload="">Continue reading</a>
|
||||
</div>\r\n
|
||||
HTML;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue