This commit is contained in:
Aevann1 2021-08-13 04:37:04 +02:00
parent d6bcdea384
commit 8cb7c77d9c

View file

@ -15,6 +15,8 @@ def app_config(x):
@app.template_filter("post_embed")
def crosspost_embed(id):
id = int(id)
p = get_post(id, graceful=True)
return render_template(