diff --git a/themes/compact/src/compact-doc.xml b/themes/compact/src/compact-doc.xml index 15c32d5..0e1a7d1 100644 --- a/themes/compact/src/compact-doc.xml +++ b/themes/compact/src/compact-doc.xml @@ -449,10 +449,22 @@ + + + {{ r.name }} + + + + + + + + {{ r.info.label }} + @@ -506,6 +518,7 @@ --> {{{wpml r.info.brief }}} + {{> skills }} {{> employment }} {{> education }} diff --git a/themes/compact/src/partials/education.xml b/themes/compact/src/partials/education.xml index eac0a30..91d87a1 100644 --- a/themes/compact/src/partials/education.xml +++ b/themes/compact/src/partials/education.xml @@ -18,14 +18,16 @@ - + {{#if url}}{{/if}} + {{#if url }} + {{/if}} {{ this.institution }} - + {{#if url}}{{/if}} diff --git a/themes/compact/src/partials/employment.xml b/themes/compact/src/partials/employment.xml index dbd40b9..466383d 100644 --- a/themes/compact/src/partials/employment.xml +++ b/themes/compact/src/partials/employment.xml @@ -18,14 +18,16 @@ - + {{#if url}}{{/if}} + {{#if url}} + {{/if}} {{ employer }} - + {{#if url}}{{/if}} diff --git a/themes/compact/src/partials/skills.xml b/themes/compact/src/partials/skills.xml new file mode 100644 index 0000000..0008df5 --- /dev/null +++ b/themes/compact/src/partials/skills.xml @@ -0,0 +1,52 @@ +{{#if r.skills }} + + + + + + + SKILLS + + + + + + + + + + + + + {{#each r.skills.sets}} + + + + + + + + + + {{ name }}: + + + + + + + + + + + {{#each skills }}{{ this }}{{#unless @last}}, {{/unless}}{{/each}} + + + + + + {{/each}} + + + {{/if}} +