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.
2 parents dfd2c6d + 866bbc0 commit 1f633d8Copy full SHA for 1f633d8
app/templates/components/main-layout.hbs
@@ -12,9 +12,7 @@
12
{{#each result.contents as |content|}}
13
<DeprecationArticle @model={{content}}>
14
<h3 id="{{id-for-deprecation (or content.displayId content.id) content.anchor}}">
15
- <a href="#{{id-for-deprecation (or content.displayId content.id) content.anchor}}" title={{content.title}} class="toc-anchor">
16
- §
17
- </a>
+ <LinkTo @route="id" @model={{content.id}} title={{content.title}} class="toc-anchor">§</LinkTo>
18
{{markdown-to-html
19
content.title
20
extensions="no-wrapper"
0 commit comments