help with tumblr html codes?

the dates for each post (when theyre posted) are always ABOVE the post - i want them below.
ive tried everything but i cant figure out how. the theme is "heart of gold" by fusels.
can anyone do this?
these are the parts that code for the dates/notes/permalinks:

.permalink{
display: block;
text-transform: lowercase;
font-size: 9px;
text-align: center;
padding-top: 4px;
}

AND


<span class="permalink">
{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}<a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount}
</a></span>
 
Back
Top