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 11{% extends "default.html" %}
22{% block content %}
33< section >
4- < h1 > Blog Posts </ h1 >
4+ < h1 > {{title}} </ h1 >
55 {% for page in pages %}
66 < article >
77 < h2 > < a href ="{{ page }}.html ">
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ class Pages(Collection):
7070
7171@app .collection
7272class BPDEvents (Collection ):
73+ title = "BPD Events"
7374 Parser = MarkdownPageParser
7475 content_path = "events"
7576 template = "default.html"
Original file line number Diff line number Diff line change 11---
22layout : event
33lang : en
4- title : Black Python Devs Leadership Summit
4+ title : Black Python Devs Leadership Summit 2024
55tito_event : black-python-devs/leadership-summit
66event_banner : " /assets/images/bpd-summit-card-deck.jpg"
77commitchange_campaign_id : 5515
You can’t perform that action at this time.
0 commit comments