Skip to content

Commit 3e2b69a

Browse files
committed
Fixed some typos
1 parent 8266371 commit 3e2b69a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% endfor %}
1010
<h2 class="preview__header" itemprop="name">{{ post.title }}</h2>
1111
<div class="post-image-wrapper">
12-
<picture class="post-image">>
12+
<picture class="post-image">
1313
<source srcset="{{post.image_webp}}" type="image/webp">
1414
<source srcset="{{post.image}}" type="image/jpeg">
1515
<img class="post-image" src="{{post.image}}" alt="Alt Text!">

_posts/2018-09-20-self-analysis.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2018-9-20
55
description:
66
location: University of Illinois at Urbana–Champaign
77
image: /assets/image/self-analysis.jpg
8-
image-webp: /assets/image/webp/self-analysis.webp
8+
image_webp: /assets/image/webp/self-analysis.webp
99
---
1010

1111
# Why and How?

0 commit comments

Comments
 (0)