html5 "next post" 的语义

html5 semantics for "next post"

我正在努力处理一些 html5 元素。 假设我有一个博客 post。 在它旁边我有下一篇博客的预览 post。您会推荐哪种 html5-element?一方面,它是 <nav>,但它很容易成为 <aside> 甚至 <article>(因为我给出了一个简短的预览)。你use/think是什么?

据此What's the best HTML5 tag to use for marking up blog excerpts?

最好使用 <blockquote>