There was an error while loading. Please reload this page.
1 parent 448485b commit ad6f491Copy full SHA for ad6f491
1 file changed
_posts/2023/2023-05-12-Axe_throwing
@@ -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