Skip to content

Commit

Permalink
Rename ID to avoid mixup with anchor ID generated from heading
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 24, 2023
1 parent 29372b8 commit 1045bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharedResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ with new features or general improvements.

{% assign template_repos = site.github.public_repositories | where_exp: "repository", "repository.name contains 'template-'" | jsonify %}

<div id="templates">
<div id="templ">
</div>

<script src="/assets/js/langtable.js"></script>
Expand All @@ -48,6 +48,6 @@ domCore.appendChild(addRepoTable({{core_repos}}, 'giella-', ['maturity']))
</script>

<script>
const domTempl = document.querySelector('#templates');
const domTempl = document.querySelector('#templ');
domTempl.appendChild(addRepoTable({{template_repos}}, 'template-', []))
</script>

0 comments on commit 1045bb5

Please sign in to comment.