Update page-memos.php

This commit is contained in:
浪子 2024-06-16 11:09:22 +08:00
parent 6165bacaa9
commit 65d780c01a
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ if (99) {
<a class="humane--time" href="${memoURL}" target="_blank">${data.date}</a> <a class="humane--time" href="${memoURL}" target="_blank">${data.date}</a>
</header> </header>
<div class="description" itemprop="about"> <div class="description" itemprop="about">
<span class="tag--list"><a href="#">${data.tag}</a></span>
${mdContent} ${mdContent}
<span class="tag--list"><a>${data.tag}</a></span>
</div> </div>
</div> </div>
</article> </article>