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

12 lines
428B

  1. <div class="card ddcard py-3">
  2. <div class="card-header">
  3. <div class="row">
  4. <div class="col-md-12 caption"><span>热点文档</span></div>
  5. </div>
  6. </div>
  7. <ul class="list-group list-group-flush">
  8. {dede:arclistsg orderby='click' titlelen='42' row='10'}
  9. <li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li>
  10. {/dede:arclistsg}
  11. </ul>
  12. </div>