removed: highlightjs

This commit is contained in:
2026-06-18 19:06:36 +08:00
parent 9daa38f0e2
commit 716631937f
2 changed files with 2 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
{{ define "body-class" }}article-page keep-sidebar{{ end }}
{{ define "main" }}
{{ partial "article/article.html" . }}
<div class="article-list--compact links">
{{ $siteResources := resources }}
{{ range $i, $link := hugo.Data.links }}
@@ -33,6 +31,8 @@
{{ end }}
</div>
{{ partial "article/article.html" . }}
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "comments/include" . }}
{{ end }}