Files
menav/templates/pages/projects.hbs

15 lines
446 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{!-- projects.hbs - 项目页:风格 A代码仓库风标题栏右侧展示 GitHub 热力图(可选) --}}
<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}}
</div>