File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ ### Bug Fixes
4
+
5
+ - Fix repeated site base path for masthead logo. [ #2385 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2385 )
6
+
1
7
## [ 4.18.1] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1 )
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change 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 %}
6
2
7
3
< div class ="masthead ">
8
4
< div class ="masthead__inner-wrap ">
Original file line number Diff line number Diff line change @@ -5,10 +5,16 @@ permalink: /docs/history/
5
5
excerpt : " Change log of enhancements and bug fixes made to the theme."
6
6
sidebar :
7
7
nav : docs
8
- last_modified_at : 2020-01-25T11:15:45-05 :00
8
+ last_modified_at : 2020-01-29T17:42:20+08 :00
9
9
toc : false
10
10
---
11
11
12
+ ## Unreleased
13
+
14
+ ### Bug Fixes
15
+
16
+ - Fix repeated site base path for masthead logo. [ #2385 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2385 )
17
+
12
18
## [ 4.18.1] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1 )
13
19
14
20
### Bug Fixes
You can’t perform that action at this time.
0 commit comments