Custom archives header
You can custom your /posts
page's header by placing a _index.md
in content/posts
.
For example, paste below in _index.md
:
---
title: å½’æ¡£
---
æ‰€æœ‰æ–‡ç« çš„å½’æ¡£ã€‚
These will be rendered as:
<h2 class="ui header">
å½’æ¡£
<span class="ui grey sub header">æ‰€æœ‰æ–‡ç« çš„å½’æ¡£ã€‚</span>
</h1>