mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2026-02-13 04:46:25 +00:00
All: Better section handling & add projects.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
{{#hasSection 'projects'}}
|
||||
{{#section 'projects'}}
|
||||
<hr>
|
||||
<section id="projects">
|
||||
<header>
|
||||
@@ -121,9 +121,9 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/hasSection}}
|
||||
{{/section}}
|
||||
|
||||
{{#hasSection 'education'}}
|
||||
{{#section 'education'}}
|
||||
<hr>
|
||||
<section id="education">
|
||||
<header>
|
||||
@@ -143,7 +143,7 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/hasSection}}
|
||||
{{/section}}
|
||||
|
||||
{{#if r.service}}
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user