Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
314 B

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