add company logo
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="{{ url_for('main.dashboard') }}">
|
||||
<a class="navbar-brand d-flex align-items-center" href="{{ url_for('main.dashboard') }}">
|
||||
{% if site_settings.company_logo %}
|
||||
<img src="{{ url_for('static', filename='uploads/company_logos/' + site_settings.company_logo) }}"
|
||||
alt="Company Logo"
|
||||
style="height: 40px; margin-right: 10px;">
|
||||
{% endif %}
|
||||
{% if site_settings.company_name %}
|
||||
DocuPulse for {% if site_settings.company_website %}<a href="{{ site_settings.company_website }}" target="_blank" style="text-decoration: none; color: #fff !important; font-weight: inherit; font-size: 1.25rem; font-family: inherit; display: inline; padding: 0; margin: 0;">{{ site_settings.company_name }}</a>{% else %}{{ site_settings.company_name }}{% endif %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user