Skip to content

Commit

Permalink
Merge pull request #151 from elixir-europe-training/homepage-fix
Browse files Browse the repository at this point in the history
Fix URLs on homepage
  • Loading branch information
martijnkersloot authored Nov 8, 2024
2 parents b346b89 + e1ea6de commit 2d7a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>{{plans.size}} lesson plans</h2>

{% assign topic_pages = plans | where_exp: "page", "page.path contains topics_path" %}
<div class="col">
<a href="{{ unit.permalink }}" class="unit-card">
<a href="{{ unit.url | relative_url }}" class="unit-card">
<span class="unit-title">
{{ unit.title }}
</span>
Expand Down

0 comments on commit 2d7a99a

Please sign in to comment.