Skip to content

Commit

Permalink
move logo to relative_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Brown committed Oct 26, 2020
1 parent 09c2b13 commit b27a564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/css/just-the-docs.scss.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if site.logo %}
$logo: "{{ site.logo | absolute_url }}";
$logo: "{{ site.logo | relative_url }}";
{% endif %}
@import "./support/support";
@import "./color_schemes/{{ include.color_scheme }}";
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<div class="side-bar">
<div class="site-header">
<a href="{{ '/' | absolute_url }}" class="site-title lh-tight">{% include title.html %}</a>
<a href="{{ '/' | relative_url }}" class="site-title lh-tight">{% include title.html %}</a>
<a href="#" id="menu-button" class="site-button">
<svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-menu"></use></svg>
</a>
Expand Down

0 comments on commit b27a564

Please sign in to comment.