※ 引述《eurt (E')》之銘言:
: 把最原本的
: <b:if cond='data:post.dateHeader'>
: <h2 class='date-header'><data:post.dateHeader/></h2>
: </b:if>
: <b:include data='post' name='post'/>
: 換成 (黃色為新加部份)
: <!-- START -->
: <b:if cond='data:blog.homepageUrl != data:blog.url'>
: <!-- 不是在首頁 -->
: <b:if cond='data:blog.pageType != "item"'>
: <!-- 不是單獨的文章 -->
: <!-- 只顯示標題 -->
: <a expr:href='data:post.url'><data:post.title/></a>
: <:else/>
: <!-- 顯示日期 -->
: <b:if cond='data:post.dateHeader'>
: <h2 class='date-header'><data:post.dateHeader/></h2>
: </b:if>
: <!-- 顯示全文 -->
: <b:include data='post' name='post'/>
: </b:if>
: <:else/>
: <!-- 顯示日期 -->
: <b:if cond='data:post.dateHeader'>
: <h2 class='date-header'><data:post.dateHeader/></h2>
: </b:if>
: <!-- 顯示全文 -->
: <b:include data='post' name='post'/>
: </b:if>
: <!-- END -->
To eurt大大~~
我依照你的方式更改
但是Label cloud和Archive 點選進去後 卻發現他們擠在一起
我要怎麼把它弄成像你一樣 (http://irenepage.blogspot.com)
一個項目一個項目的表示
附上我的Blog http://jengting.blogspot.com/
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.35.45.18