Skip to content

Commit

Permalink
{{src}} {{alt}} in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kfremrova committed Jun 3, 2021
1 parent ef1b8d1 commit 267165c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/instructions.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ subheading: Dílnička
<article class="article">
<h3 class="article__title"> {{ title }} </h3>
<div class="article__content">
<img class="article__img article__img--instructions" src=" {{ src }} " alt=" {{ alt }} ">
<img class="article__img article__img--instructions" src=" {{src}} " alt=" {{alt}} ">
<div class="article__text">
{{ content | safe }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/review.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subheading: Čtenářský koutek
<h3 class="article__title"> {{ title }} </h3>
<p class="article__source"> {{ citation }} </p>
<div class="article__content">
<img class="article__img article__img--review" src=" {{ src }} " alt=" {{ alt }} ">
<img class="article__img article__img--review" src=" {{src}} " alt=" {{alt}} ">
{{ content | safe }}
</div>
<p class="published">Publikováno {{ page.date.toLocaleString('cs-CZ') }}</p>
Expand Down

0 comments on commit 267165c

Please sign in to comment.