Skip to content

Commit

Permalink
typo: fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryrden committed Jul 13, 2024
1 parent 2a48ff4 commit 0764e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 id="#top">
<div>
<p>
<strong>Summary:</strong>
{{ page.description }}
{{ page.seo_description }}
</p>
</div>
{% include lazyload.html image_src=page.cover_image image_alt=page.image_alt image_title=page.image_alt %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post-pt-br.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 id="#top">
<div>
<p>
<strong>Resumo:</strong>
{{ page.description }}
{{ page.seo_description }}
</p>
</div>
{% include lazyload.html image_src=page.cover_image image_alt=page.image_alt image_title=page.image_alt %}
Expand Down

0 comments on commit 0764e81

Please sign in to comment.