国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
290B

  1. <div class="item-article bg-white shadow-sm rounded p-3">
  2. <h2 class="mb-3">热门头条</h2>
  3. <ul>{dede:arclist row='10' titlelen='120' orderby='rand'}
  4. <li><a title="[field:fulltitle/]" href="[field:arcurl/]">[field:global.autoindex/].[field:title/]</a></li>{/dede:arclist}
  5. </ul>
  6. </div>