Skip to content

Latest commit

 

History

History
executable file
·
25 lines (23 loc) · 537 Bytes

index.md

File metadata and controls

executable file
·
25 lines (23 loc) · 537 Bytes
layout
default

Daniel Zhu

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