summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--live.mdwn1
-rw-r--r--templates/video.mdwn1
2 files changed, 2 insertions, 0 deletions
diff --git a/live.mdwn b/live.mdwn
index 2f417bd..6c27b2f 100644
--- a/live.mdwn
+++ b/live.mdwn
@@ -4,6 +4,7 @@
[[!template id=video
live-app="live-video"
title="FREE Live Webinar"
+ note="Stream starts 5 minutes before webinar begins."
stem=omni/live/latest/index
width=640
height=360
diff --git a/templates/video.mdwn b/templates/video.mdwn
index a53af06..e0ea185 100644
--- a/templates/video.mdwn
+++ b/templates/video.mdwn
@@ -1,5 +1,6 @@
<div class="video">
<TMPL_IF title><h2><TMPL_VAR title></h2>
+<TMPL_IF note><p><TMPL_VAR note></p>
</TMPL_IF><TMPL_IF start><div id="counter" class="well"></div>
[[!meta script="/js/lib/countdown.js"]]
<script type="text/javascript" src="/js/app/counter.js"></script>