diff options
| author | mo khan <mo@mokhan.ca> | 2016-05-21 08:51:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-05-21 08:51:24 -0600 |
| commit | e83eb6650ad35855152f78473f900cc8fb29be98 (patch) | |
| tree | 0bf0fedf83032bf830a72a9dbeeb50b8a40321d7 /index.html | |
initial commit.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..83d9398 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +--- +layout: default +--- + +<div class="home"> + + <h1 class="page-heading">Posts</h1> + + <ul class="post-list"> + {% for post in site.posts %} + <li> + <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> + + <h2> + <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> + </h2> + </li> + {% endfor %} + </ul> + + <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> + +</div> |
