Skip to content

Commit 3b6a5e6

Browse files
authored
Update index.html
1 parent 1caf99d commit 3b6a5e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: index.html

+7
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@
66
<h1>Marc Graham</h1>
77
<p>Computational Science Page</a></p>
88
</div><!-- /.blurb -->
9+
10+
<ul class="posts">
11+
12+
{% for post in site.posts %}
13+
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
14+
{% endfor %}
15+
</ul>

0 commit comments

Comments
 (0)