Reflect title in the logo
This commit is contained in:
		
							parent
							
								
									b6b5313f2d
								
							
						
					
					
						commit
						94f8cc247c
					
				| 
						 | 
					@ -32,7 +32,7 @@
 | 
				
			||||||
            <span class="icon-bar"></span>
 | 
					            <span class="icon-bar"></span>
 | 
				
			||||||
            <span class="icon-bar"></span>
 | 
					            <span class="icon-bar"></span>
 | 
				
			||||||
          </button>
 | 
					          </button>
 | 
				
			||||||
          <a class="navbar-brand" href="{{url_for('index')}}">Calibre Web</a>
 | 
					          <a class="navbar-brand" href="{{url_for('index')}}">{{instance}}</a>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        {% if g.user.is_authenticated or g.user.is_anonymous() %}
 | 
					        {% if g.user.is_authenticated or g.user.is_anonymous() %}
 | 
				
			||||||
          <form class="navbar-form navbar-left" role="search" action="{{url_for('search')}}" method="GET">
 | 
					          <form class="navbar-form navbar-left" role="search" action="{{url_for('search')}}" method="GET">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,9 @@
 | 
				
			||||||
{% extends "layout.html" %}
 | 
					{% extends "layout.html" %}
 | 
				
			||||||
{% block body %}
 | 
					{% block body %}
 | 
				
			||||||
 | 
					  <h3>{{_('About')}}</h3>
 | 
				
			||||||
 | 
					<p>{{instance}} powered by 
 | 
				
			||||||
 | 
					<a href="https://github.com/janeczku/calibre-web" title="Calibre-Web">Calibre Web</a>.
 | 
				
			||||||
 | 
					</p>  
 | 
				
			||||||
  <h3>{{_('Calibre library statistics')}}</h3>
 | 
					  <h3>{{_('Calibre library statistics')}}</h3>
 | 
				
			||||||
<table id="stats" class="table">
 | 
					<table id="stats" class="table">
 | 
				
			||||||
  <tbody>
 | 
					  <tbody>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user