Live demo during PHP Thames Valley talk

This commit is contained in:
Oliver Davies 2025-03-20 22:42:15 +00:00
parent 4c7d05faad
commit 1fc01d6630
6 changed files with 39 additions and 6 deletions

View file

@ -1,4 +1,15 @@
---
layout: base
title: Hello, World!
title: Hello, PHP Thames Valley!
use: [talks]
---
<ul>
{% for talk in data.talks %}
<li>
<a href="{{ talk.url }}">
{{ talk.title }}
</a>
</li>
{% endfor %}
</ul>