Skip to content

Commit eac3cf1

Browse files
nharris-star2startmcw
authored andcommitted
Don't show signature for notes.
1 parent 67abc7d commit eac3cf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/default_theme/section._

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
<%= md(section.description) %>
1919

20-
<div class='pre p1 fill-light mt0'><%= signature(section) %></div>
20+
<% if (section.kind !== "note") { %>
21+
<div class='pre p1 fill-light mt0'><%= signature(section) %></div>
22+
<% } %>
2123
<% if (section.type) { %>
2224
<p>
2325
Type:

0 commit comments

Comments
 (0)