Skip to content

Commit ad6f491

Browse files
authored
Create 2023-05-12-Axe_throwing
1 parent 448485b commit ad6f491

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+
status: publish
4+
title: The lab throws axes!
5+
date: '2023-05-12'
6+
external-url:
7+
teaser: 2023/axe_throwing.jpg
8+
categories:
9+
- Events
10+
---
11+
12+
The Boyle Lab went axe-throwing! We even managed to hit a few bullseyes!
13+
14+
<div>
15+
{% for image in site.static_files %}
16+
{% if image.path contains '2023-05-12-Axe_throwing' %}
17+
<img src="{{ site.baseurl }}{{ image.path }}" alt="image" />
18+
{% endif %}
19+
{% endfor %}
20+
</div>

0 commit comments

Comments
 (0)