File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
_includes/transcript/item Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments