mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-29 09:04:23 +00:00
deploy
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_stack_and_queue/stack/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_stack_and_queue/stack/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_stack_and_queue/stack/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -6310,11 +6318,14 @@ aria-label="Footer"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">Feel free to drop your insights, questions or suggestions</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -6323,7 +6334,7 @@ aria-label="Footer"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="en"
|
||||
|
||||
Reference in New Issue
Block a user