mirror of https://github.com/nate2014jatc/AGSTATUS
6 changed files with 24 additions and 7 deletions
@ -0,0 +1,15 @@ |
|||
--- |
|||
layout: default |
|||
--- |
|||
<h1>It is currently {{ site.time | date: "%m/%d/%Y %H:%M" }}</h1> |
|||
|
|||
<ul> |
|||
{% for post in site.posts %} |
|||
<a href="{{ post.url }}"> |
|||
<h2>{{ post.title }}</h2> |
|||
<p>{{ post.date | date: "%m/%d/%Y %H:%M"}}</p> |
|||
<p>{{ page.excerpt | truncate_words: 5 }}</p> |
|||
</a> |
|||
<hr> |
|||
{% endfor %} |
|||
</ul> |
@ -1,6 +0,0 @@ |
|||
--- |
|||
# Feel free to add content and custom Front Matter to this file. |
|||
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults |
|||
|
|||
layout: home |
|||
--- |
Loading…
Reference in new issue