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
2 changes: 1 addition & 1 deletion _layouts/event-list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "default.html" %}
{% block content %}
<section>
<h1>Blog Posts</h1>
<h1>{{title}}</h1>
{% for page in pages %}
<article>
<h2><a href="{{ page }}.html">
Expand Down
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Pages(Collection):

@app.collection
class BPDEvents(Collection):
title = "BPD Events"
Parser = MarkdownPageParser
content_path = "events"
template = "default.html"
Expand Down
2 changes: 1 addition & 1 deletion events/leadership-summit-2024.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: event
lang: en
title: Black Python Devs Leadership Summit
title: Black Python Devs Leadership Summit 2024
tito_event: black-python-devs/leadership-summit
event_banner: "/assets/images/bpd-summit-card-deck.jpg"
commitchange_campaign_id: 5515
Expand Down
Loading