File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ db.replicate.to('http://example.com/mydb');
5959
6060 <img
6161 class="icon icon-lg"
62- src="{{ site.base_url }}/static/img/index/node.svg"
62+ src="{{ site.baseurl }}/static/img/index/node.svg"
6363 alt=""
6464 />
6565
@@ -72,7 +72,7 @@ db.replicate.to('http://example.com/mydb');
7272
7373 <img
7474 class="icon icon-lg"
75- src="{{ site.base_url }}/static/img/index/light.svg"
75+ src="{{ site.baseurl }}/static/img/index/light.svg"
7676 alt=""
7777 />
7878
@@ -86,7 +86,7 @@ db.replicate.to('http://example.com/mydb');
8686
8787 <img
8888 class="icon icon-lg"
89- src="{{ site.base_url }}/static/img/index/learn.svg"
89+ src="{{ site.baseurl }}/static/img/index/learn.svg"
9090 alt=""
9191 />
9292
@@ -99,7 +99,7 @@ db.replicate.to('http://example.com/mydb');
9999
100100 <img
101101 class="icon icon-lg"
102- src="{{ site.base_url }}/static/img/index/open.svg"
102+ src="{{ site.baseurl }}/static/img/index/open.svg"
103103 alt=""
104104 />
105105
You can’t perform that action at this time.
0 commit comments