feat: 调整页面顶部区域&重构项目页热力图&优化markdown内容页
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<div class="page-template page-template-{{pageId}} page-template-content">
|
||||
{{> page-header}}
|
||||
|
||||
<article class="content-page" data-content-file="{{contentFile}}">
|
||||
{{{contentHtml}}}
|
||||
</article>
|
||||
<div class="category content-category">
|
||||
<article class="content-page" data-content-file="{{contentFile}}">
|
||||
{{{contentHtml}}}
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user