We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8ff3a commit 7a5ec45Copy full SHA for 7a5ec45
templates/entry.twig
@@ -5,7 +5,7 @@
5
<h1 id="entry-title">{{ entry.title }}</h1>
6
<article id="front-entry-contents">{{ entry.contents|raw }}</article>
7
{% if entry['follow-ups'] %}
8
- <h3 id="entry-follow-up-header">Follow-Up Questions</h3>
+ <h3 id="entry-follow-up-header">Follow-Ups</h3>
9
<ul id="entry-follow-ups">
10
{% for ref in entry['follow-ups'] %}
11
<li class="follow-up" id="follow-up-entry-{{ ref.entryid }}">
0 commit comments