more dynload attrs

This commit is contained in:
flash 2022-02-05 03:42:30 +00:00
parent 589816c5cc
commit 098b03287d

View file

@ -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;
} }