Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53b8e6a

Browse files
committedJan 29, 2020
Regression for mmistakes#2332
There's already a `relative_url` in place, shouldn't stack up another
1 parent 636ea3e commit 53b8e6a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎_includes/masthead.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
{% if site.logo contains "://" %}
2-
{% capture logo_path %}{{ site.logo }}{% endcapture %}
3-
{% else %}
4-
{% capture logo_path %}{{ site.logo | relative_url }}{% endcapture %}
5-
{% endif %}
1+
{% capture logo_path %}{{ site.logo }}{% endcapture %}
62

73
<div class="masthead">
84
<div class="masthead__inner-wrap">

0 commit comments

Comments
 (0)
Please sign in to comment.