有没有办法删除永久链接页面的砌体

时间:2013-06-25 22:46:22

标签: html tumblr jquery-masonry

在索引页面上使用Masonry很好,

但当我尝试将内容放入固定链接时 - 它会像砌体列一样处理每个{block}

http://wecantstophere.tumblr.com/post/123199045

代码 - http://pastebin.com/9yZP4Jmd

虽然这可能是最有用的

a.left, a.right, .date, .notes,{

float:left;
}

{block:PermalinkPage}

<div class="wrapper">                 

{block:PermalinkPagination}
    {block:PreviousPost}
    <div class="pagination">
        <a href="{PreviousPost}" class="left">Previous Post</a>
    </div>
    {/block:PreviousPost}
    {block:NextPost}
    <div class="pagination">
        <a href="{NextPost}" class="right">Next Post</a>
    </div>
   {/block:NextPost}
{block:PermalinkPagination}
    {block:Date}
         <div class="date">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</div>
    {/block:Date}

    {block:PostNotes}
       <div class="notes">{PostNotes}</div>
    {/block:PostNotes}

</div>

{/block:PermalinkPage}

1 个答案:

答案 0 :(得分:1)

在您开始制作砌体和无限滚动码之前

{block:IndexPage}

...然后在脚本标记放置

之后
{/block:IndexPage}

这将使代码在您的主页上运行(我相信标签页也是如此)。