mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-14 05:35:47 +00:00
fixed comment list
This commit is contained in:
@ -11,17 +11,14 @@
|
||||
</script>
|
||||
{% if page.category == "ru" %}
|
||||
<div id="comments">
|
||||
<h2>Комментарии</h2>
|
||||
<div id="header">
|
||||
Хотите оставить комментарий? Посетите <a href="https://github.com/arcan1s/arcan1s.github.io/issues/{{page.commentIssueId}}" target="_blank">эту страницу на GitHub</a> (Вам необходим аккаунт на GitHub).
|
||||
<h2><a name="comments" class="anchor" href="#comments"><span class="octicon octicon-link"></span></a>Комментарии</h2>
|
||||
<p align="justify">Хотите оставить комментарий? Посетите <a href="https://github.com/arcan1s/arcan1s.github.io/issues/{{page.commentIssueId}}" target="_blank">эту страницу на GitHub</a> (Вам необходим аккаунт на GitHub).</p>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<div id="comments">
|
||||
<h2>Comments</h2>
|
||||
<div id="header">
|
||||
Want to leave a comment? Visit <a href="https://github.com/arcan1s/arcan1s.github.io/issues/{{page.commentIssueId}}" target="_blank"> this post's issue page on GitHub</a> (you'll need a GitHub account).
|
||||
</div>
|
||||
<h2><a name="comments" class="anchor" href="#comments"><span class="octicon octicon-link"></span></a>Comments</h2>
|
||||
<p align="justify">Want to leave a comment? Visit <a href="https://github.com/arcan1s/arcan1s.github.io/issues/{{page.commentIssueId}}" target="_blank"> this post's issue page on GitHub</a> (you'll need a GitHub account).</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user