Personal website https://benkurtovic.com/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
328 B

  1. ---
  2. layout: base
  3. ---
  4. <a class="incognito" href="/">
  5. <div id="header">
  6. <h1 class="naked">{{ page.title }}</h1>
  7. </div>
  8. </a>
  9. <div id="content">
  10. <span class="description"><span class="highlight">Date:</span> {{ page.date | date: "%b %d, %Y" }}</span>
  11. <div id="post">
  12. {{ content }}
  13. </div>
  14. </div>