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

50 lines
1.9KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  7. <title>{dede:field.title/}-{dede:global.cfg_webname/}</title>
  8. <meta name="keywords" content="{dede:global.cfg_keywords/}">
  9. <meta name="description" content="{dede:global.cfg_description/}">
  10. <link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
  11. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  12. <link rel="stylesheet" href="/static/web/css/style.css">
  13. <link rel="shortcut icon" href="/static/web/img/favicon.ico">
  14. </head>
  15. <body class="body-bg">
  16. {dede:include filename='top.htm'/}
  17. {dede:include filename='head.htm'/}
  18. <div class="container py-3">
  19. <nav aria-label="breadcrumb">
  20. <ol class="breadcrumb mb-0">
  21. <li class="breadcrumb-item">当前位置</li>
  22. {dede:field name='position'/}
  23. </ol>
  24. </nav>
  25. </div>
  26. <main class="container py-3">
  27. <div class="row">
  28. <div class="col-md-9">
  29. <div class="row">
  30. {dede:channelartlist}
  31. <div class="col-md-6 mb-3">
  32. <article class="item-article bg-white shadow-sm rounded mb-3 p-3">
  33. <h2 class="mb-3">{dede:field.typename/}</h2>
  34. <ul>{dede:arclist row='10' titlelen='120' orderby='rand'}
  35. <li>[field:global.autoindex/].<a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a></li>{/dede:arclist}
  36. </ul>
  37. </article>
  38. </div>{/dede:channelartlist}
  39. </div>
  40. </div>
  41. <aside class="col-md-3">
  42. <div class="pb-3">{dede:include filename='widget_search.htm'/}</div>
  43. <div class="py-3">{dede:include filename='widget_menu.htm'/}</div>
  44. <div class="pt-3">{dede:include filename='widget_hot.htm'/}</div>
  45. </aside>
  46. </div>
  47. </main>
  48. {dede:include filename='foot.htm'/}
  49. </body>
  50. </html>