Added data, improving UI
This commit is contained in:
parent
c709b3b7e9
commit
8428f55745
15 changed files with 248 additions and 29 deletions
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="post">
|
||||
<div class="event_page">
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="wrapper container-fluid">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ page.title }}</h1>
|
||||
|
|
@ -21,6 +21,7 @@ layout: default
|
|||
<h3 href={{talk.artist_url}}>{{talk.artist}}</h3>
|
||||
<h4>{{talk.title}}</h4>
|
||||
<p>{{talk.description}}</p>
|
||||
<a href={{talk.video_url}}>Video</a>
|
||||
</div>
|
||||
|
||||
{% endfor%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue