displaying a div only on tumblr blog homepage?

前端 未结 9 1939
陌清茗
陌清茗 2020-12-24 11:17

I have a fairly novice understanding of CSS and HTML, and I\'m trying to do something that I think should be relatively simple (in a custom tumblr theme I\'m creating), but

9条回答
  •  -上瘾入骨i
    2020-12-24 11:43

    This will work:

    {block:IndexPage}
      
    This is displayed only on the index page.
    {/block:IndexPage}

    More info: http://ejdraper.com/post/280968117/advanced-tumblr-customization

提交回复
热议问题