-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (12 loc) · 752 Bytes
/
index.html
File metadata and controls
15 lines (12 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: page
title: Latest Posts
excerpt:
search_omit: true
---
<ul class="post-list">
{% for post in site.posts limit:10 %}
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }}</time></span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</span>{% endif %}</a></article></li>
{% endfor %}
</ul>
This website is about my research and blogging randomly about science things. Views are solely my own. Navigate the menu above to see my current and projects, my publications, and my curriculum vitae.