15 lines
232 B
Markdown
15 lines
232 B
Markdown
|
---
|
||
|
layout: journal
|
||
|
---
|
||
|
|
||
|
# This is the index page.
|
||
|
|
||
|
Certain Stuff can go here, and then the most recent
|
||
|
entry shows below.
|
||
|
|
||
|
---
|
||
|
|
||
|
{% assign recent = site.posts | where: "aut", page.aut | first %}
|
||
|
|
||
|
{{ recent.content }}
|