Add direction to book page fields
This commit is contained in:
parent
8d5192c816
commit
a80e020344
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
||||||
<div class="block" itemscope itemtype="https://schema.org/Book">
|
<div class="block" itemscope itemtype="https://schema.org/Book">
|
||||||
<div class="columns is-mobile">
|
<div class="columns is-mobile">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h1 class="title" itemprop="name">
|
<h1 class="title" itemprop="name" dir="auto">
|
||||||
{{ book.title }}
|
{{ book.title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
content="{{ book.subtitle | escape }}"
|
content="{{ book.subtitle | escape }}"
|
||||||
>
|
>
|
||||||
|
|
||||||
<span class="has-text-weight-bold">
|
<span class="has-text-weight-bold" dir="auto">
|
||||||
{{ book.subtitle }}
|
{{ book.subtitle }}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if book.authors.exists %}
|
{% if book.authors.exists %}
|
||||||
<div class="subtitle">
|
<div class="subtitle" dir="auto">
|
||||||
{% trans "by" %} {% include 'snippets/authors.html' with book=book %}
|
{% trans "by" %} {% include 'snippets/authors.html' with book=book %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue