Skip to content

Commit f712218

Browse files
committed
linking clockface images to the anchors
1 parent 19183dc commit f712218

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_includes/presentation_timeline.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
{% assign timestamp = event.time | split: "-" | first | replace: ":", "_" %}
66
<div class="cd-timeline-block" id="_{{ timestamp }}">
77
<div class="cd-timeline-img">
8-
<img src="/assets/img/clockface/{{ event.timeImg }}" alt="">
8+
<a href="#_{{ timestamp }}">
9+
<img src="/assets/img/clockface/{{ event.timeImg }}" alt="">
10+
</a>
911
</div>
1012

1113
<div class="cd-timeline-content">

0 commit comments

Comments
 (0)