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: 2 additions & 4 deletions content/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ all_events:
date: "11.12.2025"
event_poster: "images/events/2025/dug_12.jpg"
additional_info: |
### Dasharo User Group #12 **[Official Page](https://events.dasharo.com/event/9/dasharo-user-group-12)**<br><br>

- title: "FOSDEM **2026**"
status: ""
- title: "[**31.01-01.02.2025** FOSDEM 2026](https://fosdem.org/2026/)"
status: "upcoming"
date: "31.01-01.02.2025"
event_poster: "images/events/fosdem.jpeg"
additional_info: |
### FOSDEM 2026 **[Official Page](https://fosdem.org/2026/)**<br><br>

- title: "**TBA 2026** Dasharo User Group 13 & Developers vPub 0x12"
status: "upcoming"
Expand Down
2 changes: 1 addition & 1 deletion themes/3mdeb/layouts/_default/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3>{{.year | markdownify}}</h3>

{{ range .Params.all_events }}
{{ $year := .year }}
{{ if ne $year "Upcoming **2025**" }}
{{ if not (strings.HasPrefix $year "Upcoming") }}
<section class="section pt-0 events-wrapper">
<div class="container">
<div class="row justify-content-center">
Expand Down
Loading