Skip to content

Commit d1ed91c

Browse files
committed
small fix
1 parent 13225be commit d1ed91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>{{post.title}}</h3>
147147
<a href="{{post.code}}">code</a> /
148148
{% endif %}
149149
{% if post.video %}
150-
<a href="{{post.video}}">video</a> /
150+
<a href="{{post.video}}">video</a>
151151
{% endif %}
152152
<!-- {% if post.poster %}
153153
<a href="{{post.poster}}">poster</a> /

0 commit comments

Comments
 (0)