BLOG/templates/partials/head.html

13 lines
326 B
HTML
Raw Normal View History

2023-05-02 12:54:49 +08:00
<header>
<div class="main" id="main_title">
<a href={{ config.base_url }}>YeZhengMao</a>
</div>
<nav>
<a href="/">/文章</a>
<a href="/">/主页</a>
<a href="https://github.com/yezhem">/Github</a>
<a href="mailto: yezhengmaolove@gmail.com">/Email</a>
</nav>
</header>