diff --git a/partials/html/sections/education.html b/partials/html/section/education.html similarity index 100% rename from partials/html/sections/education.html rename to partials/html/section/education.html diff --git a/partials/html/sections/employment.html b/partials/html/section/employment.html similarity index 100% rename from partials/html/sections/employment.html rename to partials/html/section/employment.html diff --git a/partials/html/sections/projects.html b/partials/html/section/projects.html similarity index 100% rename from partials/html/sections/projects.html rename to partials/html/section/projects.html diff --git a/partials/html/sections/recognition.html b/partials/html/section/recognition.html similarity index 100% rename from partials/html/sections/recognition.html rename to partials/html/section/recognition.html diff --git a/partials/html/sections/samples.html b/partials/html/section/samples.html similarity index 100% rename from partials/html/sections/samples.html rename to partials/html/section/samples.html diff --git a/partials/html/sections/service.html b/partials/html/section/service.html similarity index 100% rename from partials/html/sections/service.html rename to partials/html/section/service.html diff --git a/partials/html/sections/skills.html b/partials/html/section/skills.html similarity index 100% rename from partials/html/sections/skills.html rename to partials/html/section/skills.html diff --git a/partials/html/sections/speaking.html b/partials/html/section/speaking.html similarity index 100% rename from partials/html/sections/speaking.html rename to partials/html/section/speaking.html diff --git a/partials/html/sections/writing.html b/partials/html/section/writing.html similarity index 100% rename from partials/html/sections/writing.html rename to partials/html/section/writing.html diff --git a/themes/modern/src/modern-html.html b/themes/modern/src/modern-html.html index 23cadd4..53d14fe 100644 --- a/themes/modern/src/modern-html.html +++ b/themes/modern/src/modern-html.html @@ -29,7 +29,8 @@ {{/if}} -{{! A custom skills section }} +{{!}} + {{#section 'skills' }}
@@ -37,7 +38,6 @@

{{{sectionTitle "Skills"}}}

- - -
{{/section}} -{{! Use predefined partials for the other sections, and the inline partial -icon-[section] to pass in a heading icon. }} +{{!}} {{#*inline "icon-employment"}}{{/inline}} -{{> sections/employment }} +{{> section/employment }} {{#*inline "icon-projects"}}{{/inline}} -{{> sections/projects }} +{{> section/projects }} {{#*inline "icon-education"}}{{/inline}} -{{> sections/education }} +{{> section/education }} {{#*inline "icon-service"}}{{/inline}} -{{> sections/service }} +{{> section/service }} {{#*inline "icon-samples"}}{{/inline}} -{{> sections/samples }} +{{> section/samples }} {{#*inline "icon-writing"}}{{/inline}} -{{> sections/writing }} +{{> section/writing }} {{#*inline "icon-recognition"}}{{/inline}} -{{> sections/recognition }} +{{> section/recognition }} {{#*inline "icon-speaking"}}{{/inline}} -{{> sections/speaking }} +{{> section/speaking }}