format nested blockquote; taxonomy title: optional translation
This commit is contained in:
parent
1b4715b6cc
commit
5e0256046c
2 changed files with 7 additions and 1 deletions
|
@ -21,6 +21,12 @@ blockquote {
|
||||||
border-left: 0.7rem solid $gray-200;
|
border-left: 0.7rem solid $gray-200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote blockquote {
|
||||||
|
font-size: 90%;
|
||||||
|
font-style: normal;
|
||||||
|
color: $gray-600;
|
||||||
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="card mt-3">
|
<div class="card mt-3">
|
||||||
<div class="card-body bg-light">
|
<div class="card-body bg-light">
|
||||||
<h2 class="card-text"> {{i18n .Title }}</h2>
|
<h2 class="card-text"> {{or (i18n .Title) .Title }}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue