Skip to content

Commit

Permalink
Merge pull request #59 from PyConColombia/add-last-websites
Browse files Browse the repository at this point in the history
Add last websites
  • Loading branch information
arendondiosa committed Mar 19, 2024
2 parents 932df14 + eedc752 commit de21b25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
v.2021
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="pycon-version">
<a class="dropdown-item" href="https://2024.pycon.co">v.2024</a>
<a class="dropdown-item" href="https://2023.pycon.co">v.2023</a>
<a class="dropdown-item" href="https://2022.pycon.co">v.2022</a>
<a class="dropdown-item" href="https://2020.pycon.co">v.2020</a>
<a class="dropdown-item" href="https://2019.pycon.co">v.2019</a>
<a class="dropdown-item" href="https://2018.pycon.co">v.2018</a>
Expand Down

0 comments on commit de21b25

Please sign in to comment.