{{ $attrs := partial "utils/data-attributes.html" . }}

{{ (partial "utils/title.html" (dict "$" $ "title" $.Title)).htmlTitle }}

{{ with .Params.subtitle }} {{- $raw := . -}}
{{ partial "utils/markdownify.html" (dict "$" $ "raw" $raw "isContent" false) }}
{{ end }} {{ if .Site.Params.displayPostDescription }} {{ with .Params.description }} {{- $raw := . -}}
{{ partial "utils/markdownify.html" (dict "$" $ "raw" $raw "isContent" false) }}
{{ end }} {{ end }} {{ if .Params.meta | default .Site.Params.enablePostMeta }} {{ partial "components/post-meta.html" (dict "$" . "isHome" false) }} {{ end }} {{ $enableTOC := .Params.toc | default .Site.Params.enableTOC -}} {{- if $enableTOC -}} {{- partial "utils/toc.html" . -}} {{- end -}}
{{ partial "utils/content.html" . }}
{{ partial "components/post-copyright.html" . }}
{{ if and .Site.Params.enableGoogleAdUnits (eq hugo.Environment "production") -}} {{ partial "third-party/google-adsense-unit.html" . }} {{- end }} {{ partial "components/post-updated-badge.html" . }} {{ partial "components/post-gitinfo.html" . }} {{ partial "components/post-share.html" . }} {{ partial "components/related-posts.html" . }} {{ partial "components/post-tags.html" . }} {{ partial "components/minimal-footer.html" . }} {{ partial "components/minimal-footer-about.html" . }} {{ partial "components/post-nav.html" . }} {{ partial "components/comments.html" . }}
评论如何插入图片?访问这个网址 https://github.com/wangluojishi/wangluojishi.Giscus/discussions 找到这个文章页面的帖子网址(posts/****/)。上传/直接粘贴都可以。也可以上传视频。 或建立新的讨论。