1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-06-06 04:16:15 +01:00

All: Better section handling & add projects.

This commit is contained in:
hacksalot
2016-01-05 04:50:43 -05:00
parent 6f2a71070e
commit 45d4cd2675
18 changed files with 299 additions and 171 deletions

View File

@ -91,7 +91,7 @@
</section>
{{/if}}
{{#hasSection 'projects'}}
{{#section 'projects'}}
<hr>
<section id="projects">
<header>
@ -116,9 +116,9 @@
{{/each}}
</section>
{{/hasSection}}
{{/section}}
{{#hasSection 'education'}}
{{#section 'education'}}
<hr>
<section id="education">
<header>
@ -138,7 +138,7 @@
{{/each}}
</section>
{{/hasSection}}
{{/section}}
{{#if r.service}}
<hr>