Skip to content

Commit 7a5ec45

Browse files
committed
Change verbage to simply "Follow-Ups"
1 parent 1d8ff3a commit 7a5ec45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/entry.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1 id="entry-title">{{ entry.title }}</h1>
66
<article id="front-entry-contents">{{ entry.contents|raw }}</article>
77
{% if entry['follow-ups'] %}
8-
<h3 id="entry-follow-up-header">Follow-Up Questions</h3>
8+
<h3 id="entry-follow-up-header">Follow-Ups</h3>
99
<ul id="entry-follow-ups">
1010
{% for ref in entry['follow-ups'] %}
1111
<li class="follow-up" id="follow-up-entry-{{ ref.entryid }}">

0 commit comments

Comments
 (0)