diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 19:09:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 19:09:34 +0200 |
| commit | b689127a29b050b9eefac1381fe150ec0da695a8 (patch) | |
| tree | 6b30db6d01bcc3976eaa5438e1c2e1891ed38ef9 /lib/tasks | |
| parent | c635b44d8139d0738d2caa6461c9946659d56c45 (diff) | |
Add banner convention to conventions file and init.rake
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/init.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/init.rake b/lib/tasks/init.rake index bf7bfa6b..ec233433 100644 --- a/lib/tasks/init.rake +++ b/lib/tasks/init.rake | |||
| @@ -51,6 +51,7 @@ namespace :cccms do | |||
| 51 | '[aggregate tags="update" limit="30" order_by="published_at" order_direction="DESC"]') | 51 | '[aggregate tags="update" limit="30" order_by="published_at" order_direction="DESC"]') |
| 52 | 52 | ||
| 53 | ensure_node.(root, "disclosure", "Disclosure", "") | 53 | ensure_node.(root, "disclosure", "Disclosure", "") |
| 54 | ensure_node.(root, "banner", "Banner", "") | ||
| 54 | 55 | ||
| 55 | club = ensure_node.(root, "club", "Chaos Computer Club", "") | 56 | club = ensure_node.(root, "club", "Chaos Computer Club", "") |
| 56 | ensure_node.(club, "erfas", "Erfa-Kreise", | 57 | ensure_node.(club, "erfas", "Erfa-Kreise", |
