Skip to content

Commit

Permalink
Fix pdf links
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Aug 29, 2024
1 parent 3f22265 commit 0ab8379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schedule.njk
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ eleventyNavigation:
<td>
{% if entry.slides_released %}
<ul>
<li><nobr><a href="{{ entry.slides_light_html }}">light</a><a href="{{ slides_light_pdf }}"> (pdf)</a></nobr></li>
<li><nobr><a href="{{ entry.slides_dark_html }}">dark</a><a href="{{ slides_dark_pdf }}"> (pdf)</a></nobr></li>
<li><nobr><a href="{{ entry.slides_light_html }}">light</a><a href="{{ entry.slides_light_pdf }}"> (pdf)</a></nobr></li>
<li><nobr><a href="{{ entry.slides_dark_html }}">dark</a><a href="{{ entry.slides_dark_pdf }}"> (pdf)</a></nobr></li>
</ul>
{% else %}
Expand All @@ -82,4 +82,4 @@ eleventyNavigation:
</tr>
{% endfor %}
</tbody>
</table>
</table>

0 comments on commit 0ab8379

Please sign in to comment.