add srt files
This commit is contained in:
11
layouts/transcript.hbs
Normal file
11
layouts/transcript.hbs
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: base
|
||||
---
|
||||
<script>
|
||||
{{{content}}}
|
||||
</script>
|
||||
{{#each transcript}}
|
||||
<div>
|
||||
{{formatDuration this.data.start "hh:mm:ss"}}: {{this.data.text}}
|
||||
</div>
|
||||
{{/each}}
|
||||
Reference in New Issue
Block a user