mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
More layout stuff
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="{{ trans('config.html_language') }}">
|
||||
<head>
|
||||
<base href="{{ route('index') }}/">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="locale" content="{{ locale|replace({'_':'-'}) }}">
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
||||
<!-- Brand Logo -->
|
||||
<a href="{{ route('index') }}" class="brand-link">
|
||||
<img src="v2/dist/img/firefly-iii-logo.png" alt="Firefly III" class="brand-image"
|
||||
<img src="v2/images/firefly-iii-logo.png" alt="Firefly III" class="brand-image"
|
||||
style="opacity: .8"> <!-- img-circle elevation-3 -->
|
||||
<span class="brand-text font-weight-light">Firefly III</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user