Skip to content

Commit

Permalink
improve footer issue link description and point to the actual issues …
Browse files Browse the repository at this point in the history
…page, resolve #73
  • Loading branch information
KonradHoeffner committed Jun 28, 2024
1 parent 2f8bd41 commit 4a2886e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>{subtitle}</h2>
</div>
<div id="footer-right">
<ul>
<li>{{if github}}<a target="_blank" href="{github}">create Ontology issue on GitHub</a>{{ endif }}</li>
<li>{{if github}}<a target="_blank" href="{github}/issues">view issues about the knowledge base on GitHub</a>{{ endif }}</li>
</ul>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion data/resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>inverse relations</h3>
<a target="_blank" href="{github_issue_url}">create issue about this resource on GitHub</a>
</li>
{{ endif }}
<li>{{if github}}<a target="_blank" href="{github}">create issue about the knowledge base on GitHub</a>{{ endif }}</li>
<li>{{if github}}<a target="_blank" href="{github}/issues">view issues about the knowledge base on GitHub</a>{{ endif }}</li>
</ul>
</div>
</footer>
Expand Down

0 comments on commit 4a2886e

Please sign in to comment.