You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(<atitle="Play this segment of the podcast"onClick="seek('{{reference.timestamp}}')"class="seek">{{reference.timestamp}}</a><noscript>{{reference.timestamp}}</noscript>)
2
+
<ahref="{{page.reference}}{{reference.slug}}">
3
+
<i class="fa fa-link" title="Link to related content"></i>
4
+
</a>
5
+
{% if reference.has_transcript_section %}
6
+
<ahref="{{reference.slug}}-transcript">
7
+
<iclass="fa fa-file-text-o"title="Read this segment of the transcription"></i>
(<a title="Play this segment of the podcast" onClick="seek('{{reference.timestamp}}')" class="seek">{{reference.timestamp}}</a><noscript>{{reference.timestamp}}</noscript>)
18
-
<a href="{{page.reference}}{{reference.slug}}">
19
-
<i class="fa fa-link" title="Link to related content"></i>
0 commit comments