Skip to content

Commit 37008f8

Browse files
authored
Create 2023-05-17-London_Calling_23.md
1 parent afc101c commit 37008f8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: post
3+
published: true
4+
title: Camille and Kinsey attend London Calling 2023!
5+
date: '2023-05-17'
6+
external-url:
7+
teaser: 2023/camille_kinsey_london.jpg
8+
categories:
9+
- Conferences
10+
---
11+
12+
Camille and Kinsey traveled to a conference in London to talk lots of science, present their work, and do some fun exploring during their free time!
13+
14+
<div>
15+
{% for image in site.static_files %}
16+
{% if image.path contains '2023-05-17-London_Calling_23' %}
17+
<img src="{{ site.baseurl }}{{ image.path }}" alt="image" />
18+
{% endif %}
19+
{% endfor %}
20+
</div>

0 commit comments

Comments
 (0)