mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
You could've just asked...
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,10 @@
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
<title>
|
||||
{% if subTitle %}
|
||||
{% if pageTitle %}
|
||||
{{ pageTitle }} »
|
||||
{% endif %}
|
||||
{% if subTitle and not pageTitle %}
|
||||
{{ subTitle }} »
|
||||
{% endif %}
|
||||
{% if title != "Firefly III" %}
|
||||
|
||||
@@ -56,9 +56,12 @@
|
||||
</script>
|
||||
|
||||
<title>
|
||||
@if($subTitle)
|
||||
@if($subTitle && null === ($pageTitle ?? null))
|
||||
{{ $subTitle }} »
|
||||
@endif
|
||||
@if(null !== ($pageTitle ?? null))
|
||||
{{ $pageTitle }} »
|
||||
@endif
|
||||
|
||||
@if($title !== 'Firefly III')
|
||||
{{ $title }} »
|
||||
|
||||
Reference in New Issue
Block a user