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
|
$body .= <<<HTML
|
||||||
<div class="ob-blog ob-preview">
|
<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>
|
<time datetime="{$dateISO}">{$dateCustom}</time>
|
||||||
<p>{$preview}</p>
|
<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
|
</div>\r\n
|
||||||
HTML;
|
HTML;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue