Skip to content

Instantly share code, notes, and snippets.

@Joseph7451797
Last active August 29, 2015 14:07
Show Gist options
  • Save Joseph7451797/50a32e314449c83f27d7 to your computer and use it in GitHub Desktop.
Save Joseph7451797/50a32e314449c83f27d7 to your computer and use it in GitHub Desktop.
<!-- 行動版浮動按鈕的html語法 -->
<b:if cond='data:blog.isMobile'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<a href='自己的網站首頁網址'>
<div class='footergohome'>
回到首頁
</div>
</a>
<a href='網站的最新消息頁面網址'>
<div class='footergoaboutme'>
最新消息
</div>
</a>
</b:if>
</b:if>
<!-- 行動版浮動按鈕的html語法 結束-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment