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
|
@ -1,19 +0,0 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.name }}</h1>
|
||||
|
||||
<img style="height: 50px; width: 50px;" src="{{ page.imageUrl }}"/>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<hr>
|
||||
|
||||
{% for talk in data.talks if talk.speakers.0 == page.name %}
|
||||
<li>
|
||||
<a href="{{ talk.url }}">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue