From 6dd03ef37eab9d84ad39d11d587bba662b90e049 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Mon, 18 Apr 2016 19:57:17 +0000
Subject: [PATCH] add video link

---
 i2p2www/pages/site/about/media.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/i2p2www/pages/site/about/media.html b/i2p2www/pages/site/about/media.html
index 468aeff11..9009f125c 100644
--- a/i2p2www/pages/site/about/media.html
+++ b/i2p2www/pages/site/about/media.html
@@ -1,6 +1,6 @@
 {% extends "global/layout.html" %}
 {% block title %}{{ _('Presentations on I2P') }}{% endblock %}
-{% block lastupdated %}January 2016{% endblock %}
+{% block lastupdated %}April 2016{% endblock %}
 {% block content %}
 <p>{% trans papers=site_url('papers') -%}
 Following are links to presentations, videos, and tutorials about I2P. Links to research papers on I2P are available <a href="{{ papers }}">here</a>.
@@ -106,9 +106,11 @@ Blair Dick, University of Abertay, Dundee Ethical Hacking Society, January 25, 2
 Toronto, August 15-16, 2015
 {%- endtrans %}</li>
 
-<li>{% trans link='https://download.i2p2.de/media/ccc/2015/I2P_Still_alive.pdf' -%}
-<a href="{{ link }}">I2P - Still alive!</a>
-echelon, 32C3 Hamburg, December 28, 2015
+<li>{% trans link='https://download.i2p2.de/media/ccc/2015/I2P_Still_alive.pdf',
+link2='https://fossil.net2o.de/32c3/doc/trunk/wiki/i2p.md' -%}
+<a href="{{ link }}">I2P - Still alive! (pdf)</a>
+<a href="{{ link2 }}">(video)</a>
+echelon, 32C3 (You Broke the Internet Assembly), Hamburg, December 28, 2015
 {%- endtrans %}</li>
 
 <li>{% trans link='https://download.i2p2.de/media/rwc/2016/rwc2016-str4d-slides.pdf',
-- 
GitLab