1
0
Fork 0

Merge branch 'main' into book-series-v1

This commit is contained in:
Dustin 2023-01-24 13:14:28 +00:00 committed by GitHub
commit aad934fa59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 315 additions and 15 deletions

View file

@ -8,7 +8,7 @@
{% block title %}{{ book|book_title }}{% endblock %}
{% block opengraph %}
{% include 'snippets/opengraph.html' with image=book.preview_image %}
{% include 'snippets/opengraph.html' with title=book.title description=book|book_description image=book.preview_image %}
{% endblock %}
{% block content %}