Skip to content

Commit 8cc84ea

Browse files
committed
Remove image tag usage
1 parent 4cc89e5 commit 8cc84ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="about">
1111
<div class="intro row transition hidden-right m-auto add-padding-normal" data-threshold="0">
1212
<div class="col-md-3 offset-md-2 align-self-center">
13-
{% image yueh_derp.jpg alt="Derp me" class="avatar img-fluid img-thumbnail" %}
13+
<img src="{{ "assets/images/yueh_derp.jpg" | relative_url }}" alt="Derp me" class="img-fluid img-thumbnail">
1414
</div>
1515
{% include about_me.html %}
1616
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="add-padding-small">Hi, I'm Yueh 🐢</h1>
2323
</div>
2424
</div>
2525
<div class="align-self-center" style="max-width:300px;">
26-
{% image yueh.png alt="Me" class="avatar img-fluid img-thumbnail" %}
26+
<img src="{{ "assets/images/yueh.png" | relative_url }}" alt="Me" class="avatar img-fluid img-thumbnail">
2727
</div>
2828
</div>
2929
<div class="container add-padding-top-large add-padding-bottom-large">

0 commit comments

Comments
 (0)