File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
</ title >
7
7
< meta charset ="utf-8 " />
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
9
- < link rel ="stylesheet " href ="{{ THEME_STATIC_DIR }}/css/bulma.min.css " />
10
- < link rel ="stylesheet " href ="{{ THEME_STATIC_DIR }}/css/custom.css " />
11
- < link rel ="icon " href ="{{ THEME_STATIC_DIR }}/images/favicon.ico " />
9
+ < link rel ="stylesheet " href ="{{SITEURL}}/{{ THEME_STATIC_DIR}}/css/bulma.min.css " />
10
+ < link rel ="stylesheet " href ="{{SITEURL}}/{{ THEME_STATIC_DIR}}/css/custom.css " />
11
+ < link rel ="icon " href ="{{SITEURL}}/{{ THEME_STATIC_DIR}}/images/favicon.ico " />
12
12
</ head >
13
13
< body >
14
14
{% include "partials/header.html" %}
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
< section class ="hero mb-5 py-0 " style ="
7
7
position: relative;
8
- background-image: url({{THEME_STATIC_DIR}}/images/header/munich02-small.jpg);
8
+ background-image: url({{SITEURL}}/{{ THEME_STATIC_DIR}}/images/header/munich02-small.jpg);
9
9
width: 100%;
10
10
background-position: center;
11
11
background-size: cover;
35
35
</ p >
36
36
</ div >
37
37
< div class ="column is-narrow ">
38
- < img src ="{{THEME_STATIC_DIR}}/images/logo/satml-logo.svg " alt ="SaTML Logo " style ="width: 130px; padding-top: 5px; " />
38
+ < img src ="{{SITEURL}}/{{ THEME_STATIC_DIR}}/images/logo/satml-logo.svg " alt ="SaTML Logo " style ="width: 130px; padding-top: 5px; " />
39
39
</ div >
40
40
</ div >
41
41
< p class ="is-size-2 has-text-weight-medium has-text-white " style ="margin-top: -0.5rem; ">
You can’t perform that action at this time.
0 commit comments