2012-11-11

post-footer-line post-footer-line-1

因為覺得文章下面的社群分享按鈕、跟時間標記很礙眼
所以先暫時拿掉 XD
在這邊先記錄

<div class="post-footer">的裏頭有三個
分別是

  • post-footer-line post-footer-line-1 時間阿、張貼人以及社群分享按鈕
  • post-footer-line post-footer-line-2 標籤 
  • post-footer-line post-footer-line-3 標籤


 <div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>

        <b:if cond='data:top.showAuthor'>

          <data:top.authorLabel/>

            <b:if cond='data:post.authorProfileUrl'>

              <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>

                <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>

                <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>

                  <span itemprop='name'><data:post.author/></span>

                </a>

              </span>

            <b:else/>

              <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>

                <span itemprop='name'><data:post.author/></span>

              </span>

            </b:if>

        </b:if>

      </span> <span class='post-timestamp'>

        <b:if cond='data:top.showTimestamp'>

          <data:top.timestampLabel/>

        <b:if cond='data:post.url'>

          <meta expr:content='data:post.canonicalUrl' itemprop='url'/>

          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>

        </b:if>

        </b:if>

      </span> <span class='post-comment-link'>

        <b:if cond='data:blog.pageType != &quot;item&quot;'>

          <b:if cond='data:blog.pageType != &quot;static_page&quot;'>

            <b:if cond='data:post.allowComments'>

              <b:include data='post' name='comment_count_picker'/>

            </b:if>

          </b:if>

        </b:if>

      </span> <span class='post-icons'>

        <!-- email post links -->

        <b:if cond='data:post.emailPostUrl'>

          <span class='item-action'>

          <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>

              <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>

          </a>

          </span>

        </b:if>



        <!-- quickedit pencil -->

        <b:include data='post' name='postQuickEdit'/>

      </span> <div class='post-share-buttons goog-inline-block'>

        <b:if cond='data:post.sharePostUrl'>

          <b:include data='post' name='shareButtons'/>

        </b:if>

      </div> </div>



      <div class='post-footer-line post-footer-line-2'><span class='post-labels'>
        <b:if cond='data:post.labels'>
          <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 != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>
      </span> </div>
123

沒有留言:

張貼留言