Skip to content

Latest commit

 

History

History
executable file
·
26 lines (23 loc) · 785 Bytes

index.md

File metadata and controls

executable file
·
26 lines (23 loc) · 785 Bytes
layout
home
    <div class="cate-bar"><span id="cateBar"></span></div>

    <ul class="artical-list">
    {% for post in site.categories.blog %}
        <li>
            <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
            <div class="title-desc">{{ post.description }}</div>
        </li>
    {% endfor %}
    </ul>
</div>
<div class="aside">
</div>