feat: 调整页面顶部区域&重构项目页热力图&优化markdown内容页

This commit is contained in:
rbetree
2026-01-20 19:20:34 +08:00
parent 280d376bac
commit 1625f7342c
14 changed files with 807 additions and 92 deletions

View File

@@ -2,6 +2,12 @@
<div class="page-template page-template-projects">
{{> page-header}}
{{#if projectsMeta}}
{{#if projectsMeta.heatmap}}
{{> github-heatmap username=projectsMeta.heatmap.username html=projectsMeta.heatmap.html}}
{{/if}}
{{/if}}
{{#each categories}}
{{> category}}
{{/each}}