You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block main_content %}
|
|
|
|
{{ post_macros::content(page=page)}}
|
|
|
|
|
|
|
|
|
|
|
|
{# <script src="https://zzl221000.github.io/js/client.js" #}
|
|
|
|
<script src="https://giscus.vercel.app/client.js"
|
|
|
|
data-repo="zzl221000/zzl221000.github.io"
|
|
|
|
data-repo-id="MDEwOlJlcG9zaXRvcnkyMDQyODcxMjY="
|
|
|
|
data-category="Comments"
|
|
|
|
data-category-id="DIC_kwDODC0sls4CTRjL"
|
|
|
|
data-mapping="specific"
|
|
|
|
data-strict="0"
|
|
|
|
data-reactions-enabled="1"
|
|
|
|
data-emit-metadata="0"
|
|
|
|
data-input-position="top"
|
|
|
|
data-theme="light"
|
|
|
|
data-lang="zh-CN"
|
|
|
|
data-loading="lazy"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
async>
|
|
|
|
</script>
|
|
|
|
<div class="giscus"></div>
|
|
|
|
{% endblock main_content %}
|