Skip to content

Commit adf5eee

Browse files
committed
Back out adding signature to content.mustache
1 parent bb299e3 commit adf5eee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

site/default/templates/content.mustache

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@
1414
{{/unless}}
1515

1616
{{#unless hideBody}}
17-
{{#if signatures}}
18-
{{#each signatures}}
19-
{{> signature.mustache}}
20-
{{/each}}
21-
{{else}}
22-
{{#types}}
23-
{{> signature.mustache}}
24-
{{/types}}
25-
{{/if}}
2617
{{#if body}}
2718
{{> body.mustache}}
2819
{{/if}}

0 commit comments

Comments
 (0)