Finding 皮肤代码高亮
This commit is contained in:
parent
22af673842
commit
ee40eb0875
@ -42,7 +42,7 @@
|
|||||||
<time>${article.articleCreateDate?string("yyyy-MM-dd")}</time>
|
<time>${article.articleCreateDate?string("yyyy-MM-dd")}</time>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
<section class="post-content">
|
<section class="post-content article-body">
|
||||||
${article.articleContent}
|
${article.articleContent}
|
||||||
<#if "" != article.articleSign.signHTML?trim>
|
<#if "" != article.articleSign.signHTML?trim>
|
||||||
<div class="marginTop12">
|
<div class="marginTop12">
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main>
|
<main>
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<section class="post-content">
|
<section class="post-content article-body">
|
||||||
${page.pageContent}
|
${page.pageContent}
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user