Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我第一次尝试“从头开始”创建一个 Tumblr 主题。我对html有一些了解。我不确定我哪里出错了,但我觉得这与将其放置在错误的位置有关。
网址是http://www.87Ninety.tumblr.com,密码:1212。
我想我知道问题是什么。
在您的模板中,<div class="post">缺少它的结束</div>标记。
<div class="post">
</div>
正因为如此,每个帖子都包含在上一个帖子中,事情就会中断。
所以重新添加。