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

53 lines
2.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global.cfg_soft_lang/}">
  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:field.keywords/}">
  8. <meta name="description" content="{dede:field.description function='html2text(@me)'/}">
  9. <script>const PHPURL = '{dede:field name="phpurl"/}';</script>
  10. <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
  11. <script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script>
  12. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
  13. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
  14. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
  15. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/web/img/favicon.ico">
  16. </head>
  17. <body>
  18. {dede:include filename='top.htm'/}
  19. {dede:include filename='header.htm'/}
  20. {dede:include filename='navbar.htm'/}
  21. <div class="container">
  22. <div class="position">
  23. <nav aria-label="breadcrumb">
  24. <ol class="breadcrumb mt-3">
  25. <li class="breadcrumb-item">当前位置</li>
  26. {dede:field name='position'/}
  27. </ol>
  28. </nav>
  29. </div>
  30. </div>
  31. <main class="container">
  32. <div class="row">
  33. <div class="col-md-8 article-main">
  34. <h2 class="mt-0 mb-3 zixue">{dede:field.title/}</h2>
  35. <div class="article-meta">
  36. <small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-d',@me)"/}
  37. <small>来源:</small>{dede:field.source/}
  38. <small>作者:</small>{dede:field.writer/}
  39. </div>
  40. <div class="speciallist row pt-2">{dede:field.note/}</div>
  41. <div class="body py-2">{dede:field.body/}(责任编辑:{dede:adminname/})</div>
  42. <div class="clearfix"></div>
  43. </div>
  44. <aside class="col-md-4 article-sidebar">
  45. {dede:include comment='推荐内容' filename='widget_recommend.htm'/}
  46. {dede:include comment='热点内容' filename='widget_hot.htm'/}
  47. {dede:include comment='QR二维码' filename='widget_qrcode.htm'/}
  48. </aside>
  49. </div>
  50. </main>
  51. {dede:include filename='footer.htm'/}
  52. </body>
  53. </html>