19
19
<!-- Navigation -->
20
20
< nav class ="navigation " role ="menu ">
21
21
< a href ="/ " class ="navigation-bdand ">
22
- < img src ="
/resources/img/frontpage/[email protected] "
alt =""
>
22
+ < img src ="
{{ site.baseurl }} /resources/img/frontpage/[email protected] "
alt =""
>
23
23
</ a >
24
24
< div class ="navigation-panel-button ">
25
25
< i class ="fa fa-bars "> </ i >
@@ -41,7 +41,7 @@ <h1>{{page.headerTitle}}</h1>
41
41
< div id ="position-marker " class ="marker ">
42
42
< div class ="info-marker ">
43
43
< span class ="arrow ">
44
- < img src ="/resources/img/frontpage/arrow.png " alt ="pushpin ">
44
+ < img src ="{{ site.baseurl }} /resources/img/frontpage/arrow.png " alt ="pushpin ">
45
45
</ span >
46
46
{{site.data.common.texts.frontpageMarker}}
47
47
</ div >
@@ -72,7 +72,7 @@ <h1>{{page.headerTitle}}</h1>
72
72
</ div >
73
73
< div class ="scala-brand-circle ">
74
74
< div class ="circle-solid ">
75
- < img src ="/resources/img/frontpage/scala-spiral.png " alt ="">
75
+ < img src ="{{ site.baseurl }} /resources/img/frontpage/scala-spiral.png " alt ="">
76
76
< div class ="scala-version ">
77
77
< span > Scala</ span >
78
78
< span > {{page.currentScalaVersion}}</ span >
@@ -116,7 +116,7 @@ <h2><span>IDEs for Scala</span></h2>
116
116
< a {% if ide.ensime == true %}class ="masterTooltip " title ="{{site.data.common.texts.ensimeSupportedInIDE}} "{% endif %} href ="{{ide.url}} " target ="_blank ">
117
117
{% if ide.ensime == true %}
118
118
< span class ="bullet ">
119
- < img src ="/resources/img/frontpage/icon-ensime.png " alt ="">
119
+ < img src ="{{ site.baseurl }} /resources/img/frontpage/icon-ensime.png " alt ="">
120
120
</ span >
121
121
{% endif %}
122
122
< img src ="{{ide.icon}} " alt ="{{ide.name}} ">
@@ -229,8 +229,8 @@ <h2><span>{{page.ecosystemTitle}}</span></h2>
229
229
</ div >
230
230
< div class ="browser ">
231
231
< div class ="header-browser ">
232
- < a href ="{{site.data.common.scaladexUrl}} " target ="_blank "> < img src ="/resources/img/frontpage/scaladex-logo.png " alt =""> </ a >
233
- < a href ="{{site.data.common.scaladexUrl}} " target ="_blank "> < img src ="/resources/img/frontpage/button-github.png " alt =""> </ a >
232
+ < a href ="{{site.data.common.scaladexUrl}} " target ="_blank "> < img src ="{{ site.baseurl }} /resources/img/frontpage/scaladex-logo.png " alt =""> </ a >
233
+ < a href ="{{site.data.common.scaladexUrl}} " target ="_blank "> < img src ="{{ site.baseurl }} /resources/img/frontpage/button-github.png " alt =""> </ a >
234
234
</ div >
235
235
< div class ="main-browser ">
236
236
< h2 > The Scala Library Index</ h2 >
@@ -293,7 +293,7 @@ <h2><span>Talk to us!</span></h2>
293
293
< h3 > Mailing lists / forums</ h3 >
294
294
{% for forum in site.data.chats-forums.discourseForums %}
295
295
< a href ="{{forum.url}} " class ="{{forum.cssClass}} ">
296
- < img src ="/resources/img/frontpage/discourse-logo.png " alt ="{{forum.title}} ">
296
+ < img src ="{{ site.baseurl }} /resources/img/frontpage/discourse-logo.png " alt ="{{forum.title}} ">
297
297
< h4 > {{forum.title}}</ h4 >
298
298
< p > {{forum.subtitle}}</ p >
299
299
</ a >
@@ -315,7 +315,7 @@ <h3>Real-time (topic-specialized) chat</h3>
315
315
{% endif %}
316
316
< li >
317
317
< a href ="{{channel.url}} ">
318
- < img src ="/resources/img/frontpage/gitter-logo.png " alt ="">
318
+ < img src ="{{ site.baseurl }} /resources/img/frontpage/gitter-logo.png " alt ="">
319
319
< span > {{channel.name}}</ span >
320
320
</ a >
321
321
</ li >
0 commit comments