File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "default.html" %}
2
2
{% block content %}
3
3
< section >
4
- < h1 > Blog Posts </ h1 >
4
+ < h1 > {{title}} </ h1 >
5
5
{% for page in pages %}
6
6
< article >
7
7
< h2 > < a href ="{{ page }}.html ">
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ class Pages(Collection):
70
70
71
71
@app .collection
72
72
class BPDEvents (Collection ):
73
+ title = "BPD Events"
73
74
Parser = MarkdownPageParser
74
75
content_path = "events"
75
76
template = "default.html"
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : event
3
3
lang : en
4
- title : Black Python Devs Leadership Summit
4
+ title : Black Python Devs Leadership Summit 2024
5
5
tito_event : black-python-devs/leadership-summit
6
6
event_banner : " /assets/images/bpd-summit-card-deck.jpg"
7
7
commitchange_campaign_id : 5515
You can’t perform that action at this time.
0 commit comments