This commit is contained in:
parent
bc8cb94181
commit
b402ee102f
1 changed files with 12 additions and 1 deletions
|
@ -87,7 +87,7 @@ const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
{
|
<!-- {
|
||||||
!draft && (
|
!draft && (
|
||||||
<script
|
<script
|
||||||
src="https://utteranc.es/client.js"
|
src="https://utteranc.es/client.js"
|
||||||
|
@ -98,6 +98,17 @@ const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
|
||||||
async
|
async
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
} -->
|
||||||
|
|
||||||
|
{
|
||||||
|
(
|
||||||
|
<>
|
||||||
|
<script data-isso="/isso/" src="https://mzhang.io/isso/js/embed.min.js" />
|
||||||
|
<section id="isso-thread">
|
||||||
|
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||||
|
</section>
|
||||||
|
</>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue