Commit f6499f37 authored by Vanessa's avatar Vanessa

语法高亮

parent 61cf5f1b
...@@ -42,7 +42,7 @@ ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment