Skip to content

Commit

Permalink
add id attribute to section headers for linking
Browse files Browse the repository at this point in the history
  • Loading branch information
jemerick committed Jul 25, 2016
1 parent 1182d68 commit 11b0b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/templates/task.mustache
@@ -1,5 +1,5 @@
{{#items}}
<h3>
<h3 id="section-{{name}}">
{{name}}
{{#default_impl_abstract}}
Default implementation
Expand Down

0 comments on commit 11b0b07

Please sign in to comment.