move blog to /blog
This commit is contained in:
parent
f540328a61
commit
4d5a3768cc
210 changed files with 0 additions and 3 deletions
20
index.html
20
index.html
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="posts">
|
||||
{% for post in site.posts %}
|
||||
<article class="post">
|
||||
|
||||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.post_title }}</a></h1>
|
||||
<h6>Published on: {{ post.post_date | date: "%B %e, %Y" }} <br /></h6>
|
||||
|
||||
<div class="entry">
|
||||
{{ post.excerpt }}
|
||||
</div>
|
||||
|
||||
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
|
||||
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue