国内流行的内容管理系统(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
248B

  1. <div class="item-article bg-white shadow-sm rounded p-3">
  2. <h2 class="mb-3">推荐栏目</h2>
  3. <ul>{dede:channelartlist row='10' typeid='top'}
  4. <li><a href="{dede:field.typeurl/}">{dede:field.typename/}</a></li>{/dede:channelartlist}
  5. </ul>
  6. </div>