|
@@ -14,11 +14,16 @@
|
|
|
<link rel="stylesheet" href="/lib/element-ui/element-ui-min.css"/>
|
|
|
<link rel="stylesheet" th:href="@{/css/encyclopedia/common.css(v=${version})}">
|
|
|
<link rel="stylesheet" th:href="@{/css/encyclopedia/preview.css(v=${version})}">
|
|
|
+ <template th:replace="article/components/article-link"></template>
|
|
|
+ <meta name="keywords" th:content="${article?.keyword}">
|
|
|
+ <meta name="description" th:content="${article?.recommendContent}">
|
|
|
+ <template th:replace="article/components/article-link"></template>
|
|
|
+ <template th:replace="components/analysis"></template>
|
|
|
<script type="text/javascript" src="/lib/swiper.min.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<!-- 顶部公共区域 -->
|
|
|
-<template th:replace="encyclopedia/components/header"></template>
|
|
|
+<template th:replace="article/components/article-preview"></template>
|
|
|
<!-- 顶部公共区域 end-->
|
|
|
<!--<input type="hidden" th:value="${baikeproduct.relatedLabels}" id="relatedLabels">-->
|
|
|
<main id="bk-page-container">
|