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

47 lines
1.7KB

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