Commit f6499f37 authored by Vanessa's avatar Vanessa

语法高亮

parent 61cf5f1b
......@@ -42,7 +42,7 @@
<time>${article.articleCreateDate?string("yyyy-MM-dd")}</time>
</section>
</header>
<section class="post-content">
<section class="post-content article-body">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
<div class="marginTop12">
......
......@@ -16,7 +16,7 @@
<#include "header.ftl">
<main>
<article class="post">
<section class="post-content">
<section class="post-content article-body">
${page.pageContent}
</section>
<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