Skip to content

Commit e562d35

Browse files
authored
Update index.html
1 parent 70f971d commit e562d35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<p class="intro">I'm a software consultant at <a href="http://www.gotripod.com">Go Tripod</a> specialising in solving problems with JavaScript and Ruby. My current favourite technology is <a href="http://facebook.github.io/react/">React</a>, and I'm a big fan of <a href="https://www.google.co.uk/search?q=chocolate+biscuits&tbm=isch">chocolate biscuits</a>. I've also written and co-written a <a href="https://www.packtpub.com/books/info/authors/colin-ramsay/">couple of books</a> on using JavaScript frameworks.</p>
77

88
<ul class="posts">
9-
{% for post in site.posts limit: 5 %}
9+
{% for post in site.posts limit: 15 %}
1010
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
1111
{% endfor %}
1212
</ul>
13+
14+
<p><a href="/archive.html">View all of my past posts</a>.</p>

0 commit comments

Comments
 (0)