Skip to content

Commit

Permalink
better title
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 29, 2023
1 parent e99d9f4 commit c7592dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/book/index.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html.twig' %}

{% block title %}{{ book.title }}{% endblock %}
{% block title %}{{ book.authors|first }} {% if book.serie is not null %}> {{ book.serie }} {{ book.serieIndex }} {% endif %}> {{ book.title }}{% endblock %}

{% block body %}

Expand Down

0 comments on commit c7592dc

Please sign in to comment.