Skip to content

Commit

Permalink
Remove Tent interview video
Browse files Browse the repository at this point in the history
  • Loading branch information
Treora committed Aug 19, 2024
1 parent ebb5a43 commit decc33c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions _layouts/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ <h1>{{ page.title }}</h1>
<p class="lead">
{{ page.summary }}
</p>
{% if page.video_placeholder %}
<div style="border: grey 1px solid; text-align: center; padding: 3em;">
{{ page.video_placeholder }}
</div>
{% else %}
<video controls width="100%" poster="{{ page.poster }}">
{% if page.url-mp4 %}
<source src="{{ page.url-mp4 }}" type="video/mp4" />
Expand All @@ -23,6 +28,7 @@ <h1>{{ page.title }}</h1>
<source src="{{ page.url-webm }}" type="video/webm" />
{% endif %}
</video>
{% endif %}
{% if page.links %}
<h2>Links</h2>
<ul>
Expand Down
6 changes: 1 addition & 5 deletions _posts/interviews/2013-11-26-09-daniel-tent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ summary: "Daniel Siders on Tent, a protocol for personal data and communications
title: "#9: Daniel Siders - Tent"
date: 2013-11-26 20:00:00
author: "Francis Irving"
url-mp4: https://something.redecentralize.org/video/tent-with-daniel-siders.mp4
size-mp4: 66000808
url-webm: https://something.redecentralize.org/video/tent-with-daniel-siders.webm
duration: "22:36"
poster: https://something.redecentralize.org/video/tent-with-daniel-siders.jpg
video_placeholder: "<em>Video has been removed on interviewee’s request; the transcript is still available below.</em>"
links: |
<li><a href="http://tent.io/" target="_blank">Tent site</a></li>
<li><a href="https://tent.io/docs" target="_blank">Protocol docs</a></li>
Expand Down

0 comments on commit decc33c

Please sign in to comment.