Skip to content

Commit 748b2df

Browse files
committed
Added interview_date display to transcript-metadata.html
1 parent 57c39a2 commit 748b2df

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_includes/transcript/item/transcript-metadata.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<div class="col">
44
<p><span class="me-3">
55
{%if page.bio and site.data.theme.transcript-fields contains 'bio'%}<b>Bio:</b> <span class="me-3">{{page.bio}}</span> <br/>{%endif%}
6-
{%if page.description and site.data.theme.transcript-fields contains 'description'%}<b>Description:</b> <span class="me-3">{{page.description}}</span>{%endif%}{%if
7-
page.date and site.data.theme.transcript-fields contains 'date'%}<br><b>Date:</b> <span class="me-3">{{page.date}}</span>{%endif%} {%if
8-
page.location and site.data.theme.transcript-fields contains 'location' %}<b>Location:</b> {{page.location }}{%endif%}
6+
{%if page.description and site.data.theme.transcript-fields contains 'description'%}<b>Description:</b> <span class="me-3">{{page.description}}</span>{%endif%}
7+
{%if page.interview_date and site.data.theme.transcript-fields contains 'interview_date'%}<br><b>Interview Date:</b> <span class="me-3">{{page.interview_date}}</span>
8+
{%elsif page.date and site.data.theme.transcript-fields contains 'date'%}<br><b>Date:</b> <span class="me-3">{{page.date}}</span>{%endif%}
9+
{%if page.location and site.data.theme.transcript-fields contains 'location' %}<b>Location:</b> {{page.location }}{%endif%}
910
{%if page.interviewer and site.data.theme.transcript-fields contains 'interviewer' %} <br><b>Interviewer:</b> {{page.interviewer}}{%endif%}
1011
{%if page.interviewer and site.data.theme.transcript-fields contains 'interviewee' %} <br><b>Interviewee:</b> {{page.interviewee}}{%endif%}
1112
</p>

0 commit comments

Comments
 (0)