Skip to content

Commit f020d3c

Browse files
committed
fix: broken img/a
Signed-off-by: Kai Xu <xuk@ibm.com>
1 parent 0d50a59 commit f020d3c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_tabs/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3 class="h6">
146146
<div class="col-md-3 text-center mb-4">
147147
<img class="rounded-circle mb-3" width="128" height="128" src="/assets/img/about/kaveh.jpeg" alt="Picture of Kaveh Alimohammadi">
148148
<h3 class="h6">
149-
<a href="Kaveh Alimohammadi" target="_blank">Kaveh Alimohammadi</a>, MIT
149+
<a href="https://kavehalim.github.io" target="_blank">Kaveh Alimohammadi</a>, MIT
150150
</h3>
151151
</div>
152152

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
{% include lang.html %}
77

8+
9+
810
{% assign all_pinned = site.posts | where: 'pin', 'true' %}
911
{% assign all_normal = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
1012

@@ -162,7 +164,7 @@ <h1 class="card-title my-2 mt-md-0">{{ post.title }}</h1>
162164

163165
<div class="flex-grow-1 px-xl-1">
164166
<h2>InstructLab</h2>
165-
<img src="assets/img/home/pipeline.png">
167+
<img src="assets/img/home/pipeline.png" alt="diagram showing the InstructLab pipeline">
166168

167169
<h3>What is InstructLab?</h3>
168170
<p>

0 commit comments

Comments
 (0)