Skip to content

Commit

Permalink
fix timeline urls
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Dec 7, 2024
1 parent 56fc810 commit 6ea887f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="timeline-image">
<img
class="rounded-circle img-fluid"
src="{{ event.image }}"
src="{{site.url}}/{{ event.image }}"
alt=""
width="156"
height="156"
Expand All @@ -38,7 +38,7 @@ <h4>{{ event.date | upcase }}</h4>
<div class="timeline-image">
<img
class="rounded-circle img-fluid"
src="{{ site.timeline-img }}"
src="{{site.url}}/{{ site.timeline-img }}"
alt=""
width="156"
height="156"
Expand Down

0 comments on commit 6ea887f

Please sign in to comment.