File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 < div class ="px-3 pb-3 d-flex justify-content-between align-items-center ">
8888 < h3 class ="card-title ml-3 "> {{current_page.title}}</ h3 >
8989 {%- if current_page.image %}
90- < img alt ="logo of {{current_page.title}} " src ="assets/img/{{current_page.image }} " class ="d-inline tile-img-sm ">
90+ < img alt ="logo of {{current_page.title}} " src ="{{site.baseurl}}/ assets/img/{{current_page.image }} " class ="d-inline tile-img-sm ">
9191 {%- endif %}
9292 {%- if current_page.icon %}
9393 < i class ="fa fa-2x {{ current_page.icon }} "> </ i >
@@ -154,7 +154,7 @@ <h3 class="card-title ml-3">{{current_page.title}}</h3>
154154 {%- elsif filter_affiliation %}
155155 < a role ="button " href ="{{filter_affiliation.url}} " data-bs-toggle ="tooltip " data-bs-original-title ="{{affiliation}} " class ="btn btn-sm bg-white hover-primary ">
156156 {%- if filter_affiliation.image_url %}
157- < img alt ="logo of {{filter_affiliation.name}} " src ="{{filter_affiliation.image_url | relative_url }} " class ="d-inline affiliation-img-sm ">
157+ < img alt ="logo of {{filter_affiliation.name}} " src ="{{site.baseurl}}/{{ filter_affiliation.image_url | relative_url }} " class ="d-inline affiliation-img-sm ">
158158 {%- else %}
159159 {{filter_affiliation.name}}
160160 {%- endif %}
You can’t perform that action at this time.
0 commit comments