Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: ABLeS
topnav_title: ABLeS
description: ABLeS
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme
permalink: pretty
gtag: G-T8GWK081T9

theme_variables:
Expand All @@ -15,12 +14,17 @@ theme_variables:
brand_logo: assets/img/Australian-Biocommons-Logo-Horizontal-RGB.png
github: true

exclude:
- README.md
- vendor

defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main

Expand Down
2 changes: 1 addition & 1 deletion if89.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The list of tools available through the Australian BioCommons Shared Tools and W
</h2>
<div id="collapse-if89-tool-3" class="accordion-collapse collapse" aria-labelledby="heading-if89-tool-3" data-bs-parent="#accordion-if89-tool">
<div class="accordion-body">
Please see <a href="/if89-technical/">documentation</a> for more information.
Please see <a href="if89-technical">documentation</a> for more information.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toc: false
<li>Support for adopting best practices and effectively sharing outputs</li>
<li>A community-driven repository of bioinformatics software</li>
</ul>
<a class="emphasis" href="/eligibility/">Start here!</a>
<a class="emphasis" href="eligibility">Start here!</a>
</aside>

<main class="index-panel index-right-panel">
Expand Down
Loading