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:
@ -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>
|
||||
|
Reference in New Issue
Block a user