We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a101c82 commit 6a9616fCopy full SHA for 6a9616f
pcweb/pages/gallery/apps.py
@@ -197,7 +197,7 @@ def page(document) -> rx.Component:
197
title=document.metadata["title"],
198
description=document.metadata["description"],
199
image=document.metadata["image"],
200
- demo=document.metadata["demo"],
+ demo=document.metadata["demo"] if "demo" in document.metadata else None,
201
meta=document.metadata["meta"],
202
)(lambda doc=document: page(doc))
203
0 commit comments