Skip to content

Commit

Permalink
copy more theme changes from wxt_bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
auxonic committed Mar 1, 2023
1 parent 210213a commit 2990395
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@
#}
{% block content %}
{% if nrwxt_logo == true %}
<a href="{{ site_link }}" property="url" class="brand">
<img src="{{ logo_svg }}" class="logo-{{ language }}" alt="{{ site_name }}" property="logo">
</a>
<link property="logo" href="{{ logo_svg }}">
{% else %}
{% if site_logo %}
<a class="logo navbar-btn pull-left" href="{{ site_link) }}" title="{{ 'Home'|t }}" rel="home">
<img src="{{ logo_svg }}" alt="{{ site_name }}" />
</a>
{% else if site_logo %}
<a class="logo navbar-btn pull-left" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
</a>
{% endif %}
{% endif %}
{% if site_name %}
<a class="name navbar-brand" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_name }}</a>
{% endif %}
Expand Down

0 comments on commit 2990395

Please sign in to comment.