add comments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2024-05-03 05:00:04 -05:00
parent bc8cb94181
commit b402ee102f

View file

@ -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>