Nouvelle mouture du site web de Dylan
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
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>