Dual Mode Post Home Page - Jumplink and Snippet Post BLOGGER
by Adi Jaya
HTML
<pre>
<span style="color: #007700"><b:if</span> <span style="color: #000077">cond=</span><span style="background-color: #e0e0ff">'....'</span><span style="color: #007700">></span>
<span style="color: #007700"><b:if</span> <span style="color: #000077">cond=</span><span style="background-color: #e0e0ff">'data:post.hasJumpLink'</span><span style="color: #007700">></span>
<span style="color: #007700"><data:post.body/></span>
<span style="color: #007700"><b:else/></span>
<span style="color: #666666; font-style: italic"><!-- data snippet here --></span>
<span style="color: #007700"></b:if></span>
<span style="color: #007700"><b:else/></span>
<span style="color: #666666; font-style: italic"><!-- full post here --></span>
<span style="color: #007700"></b:if></span>
</pre>
CSS
pre {
border: 1px solid silver;
padding: 10px;
border-radius: 5px;
line-height: 1.6;
background: #e6e6e6;
}