Move all files to building-static-websites-sculpin/demo/
This commit is contained in:
parent
1fc01d6630
commit
af2b0bbdc9
52 changed files with 0 additions and 0 deletions
15
building-static-websites-sculpin/demo/source/index.md
Normal file
15
building-static-websites-sculpin/demo/source/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: base
|
||||
title: Hello, PHP Thames Valley!
|
||||
use: [talks]
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for talk in data.talks %}
|
||||
<li>
|
||||
<a href="{{ talk.url }}">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue