mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 22:34:06 -06:00
add comments with hyver and remove dark mode toggle
This commit is contained in:
parent
7b000aee96
commit
1797564450
@ -20,6 +20,9 @@
|
|||||||
{{partial "toc.html" .}}
|
{{partial "toc.html" .}}
|
||||||
{{partial "textprocessing.html" . }}
|
{{partial "textprocessing.html" . }}
|
||||||
</article>
|
</article>
|
||||||
|
{{ if in .Page.RelPermalink "/posts/" }}
|
||||||
|
{{partial "hyvor.html" .}}
|
||||||
|
{{ end }}
|
||||||
{{partial "footer.html" .}}
|
{{partial "footer.html" .}}
|
||||||
{{partial "popover.html" .}}
|
{{partial "popover.html" .}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -13,10 +13,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||||||
<a href="javascript:void(0);" id="search-icon">
|
<a href="javascript:void(0);" id="search-icon">
|
||||||
<i class="fa fa-search"></i>
|
<i class="fa fa-search"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0);" id="darkmode-switch">
|
<!-- <a href="javascript:void(0);" id="darkmode-switch">
|
||||||
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1" hidden>
|
<input class='toggle' id='darkmode-toggle' type='checkbox' tabindex="-1" hidden>
|
||||||
<i class="fa fa-sun-o" id="darkmode-icon" for="darkmode-toggle" tabindex="-1"></i>
|
<i class="fa fa-sun-o" id="darkmode-icon" for="darkmode-toggle" tabindex="-1"></i>
|
||||||
</a>
|
</a> -->
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
9
layouts/partials/hyvor.html
Normal file
9
layouts/partials/hyvor.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<div id="hyvor-talk-view"></div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var HYVOR_TALK_WEBSITE = 7458;
|
||||||
|
var HYVOR_TALK_CONFIG = {
|
||||||
|
url: false,
|
||||||
|
id: false
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script async type="text/javascript" src="//talk.hyvor.com/web-api/embed.js"></script>
|
||||||
Loading…
Reference in New Issue
Block a user