
Scrappy is a really neat Blogger template. It was designed in 3 small columns with a big space between them, which is a feature of minimal templates. It has not very much space for text, so It was designed for people who blogs from everywhere, even from the cellphone, and don't have the time to write a lot, it's called fast blogging, or blogging on the go.
How to make the jump breaks ("Read More...") come before the "Labels" (tags) - Originally written by S✘M
Obligatory warning: Read first before attempting this nonsense. Copy and save the text, so you don't come crying.
Go to "Layout" > "Edit HTML" > "Edit Template"
Check "Expand widget Templates"
In the box, find this:
<span class='category'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</span>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if>
Replace it with this:
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if>
<span class='category'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</span>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
Then buy Dante Araújo a beer because you're done.
{DEMO} {DOWNLOAD}

