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.
|
- ---
- layout: base
- ---
-
- <a class="incognito" href="/">
- <div id="header">
- <h1 class="naked">{{ page.title }}</h1>
- </div>
- </a>
- <div id="content">
- <span class="description"><span class="highlight">Date:</span> {{ page.date | date: "%b %d, %Y" }}</span>
- <div id="post">
- {{ content }}
- </div>
- </div>
|