Skip to content

Commit

Permalink
fix: <img> with end tag, fix kitian616#266
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Apr 21, 2020
1 parent 40a8a87 commit 1350259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
{%- if page.article_header.image.src -%}
{%- include snippets/get-nav-url.html path=page.article_header.image.src -%}
{%- assign _header_image_src = __return -%}
<img class="article__header--cover" src="{{ _header_image_src }}"></img>
<img class="article__header--cover" src="{{ _header_image_src }}" />
{%- endif -%}
{%- endif -%}

Expand Down

0 comments on commit 1350259

Please sign in to comment.