Skip to content

Commit

Permalink
div > span
Browse files Browse the repository at this point in the history
  • Loading branch information
skorobaeus committed Sep 7, 2023
1 parent 63cb2c1 commit 77e8fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/includes/practices.njk
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
) }}
{% endfor %}
</span>
<div class="practices__author-introduction">
<span class="practices__author-introduction">
<span class="practices__author-name">
{{ practiceAuthorName(
name=(practiceAuthor.data.name or practice.fileSlug),
url='/people/' + practiceAuthor.fileSlug + '/'
) }}
</span>
советует
</div>
</span>
</h3>
<div class="practices__content {% if not practice.isLong %}practices__content--short{% endif %} content">
<div class="practices__summary">
Expand Down
4 changes: 2 additions & 2 deletions src/includes/questions.njk
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
) }}
{% endfor %}
</span>
<div class="answer__author-introduction">
<span class="answer__author-introduction">
<span class="answer__author-name">
{{ answerOrName(
name=(answerAuthor.data.name or answer.fileSlug),
url='/people/' + answerAuthor.fileSlug + '/'
) }}
</span>
отвечает
</div>
</span>
</h3>
<div class="answer__content {% if not answer.isLong %}answer__content--short{% endif %} content">
<div class="answer__summary content">
Expand Down

0 comments on commit 77e8fdd

Please sign in to comment.