Nouvelle mouture du site web de Dylan
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

15 行
218 B

  1. ---
  2. layout: default
  3. ---
  4. <article class="post">
  5. <header class="post-header">
  6. <h1 class="post-title">{{ page.title | escape }}</h1>
  7. </header>
  8. <div class="post-content">
  9. {{ content }}
  10. </div>
  11. </article>