Dual Mode Post Home Page - Jumplink and Snippet Post BLOGGER

by Adi Jaya

HTML

<pre>
<span style="color: #007700">&lt;b:if</span> <span style="color: #000077">cond=</span><span style="background-color: #e0e0ff">&#39;....&#39;</span><span style="color: #007700">&gt;</span>
  <span style="color: #007700">&lt;b:if</span> <span style="color: #000077">cond=</span><span style="background-color: #e0e0ff">&#39;data:post.hasJumpLink&#39;</span><span style="color: #007700">&gt;</span>
    <span style="color: #007700">&lt;data:post.body/&gt;</span>
    <span style="color: #007700">&lt;b:else/&gt;</span>
    <span style="color: #666666; font-style: italic">&lt;!-- data snippet here --&gt;</span>
  <span style="color: #007700">&lt;/b:if&gt;</span>
  <span style="color: #007700">&lt;b:else/&gt;</span>
  <span style="color: #666666; font-style: italic">&lt;!-- full post here --&gt;</span>
<span style="color: #007700">&lt;/b:if&gt;</span>
</pre>

CSS

pre {
    border: 1px solid silver;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.6;
    background: #e6e6e6;
}