From bb1cb0888f039e7fd0999cafa9f2ba79311d4629 Mon Sep 17 00:00:00 2001 From: softwarerero Date: Wed, 30 Mar 2016 13:31:56 -0400 Subject: [PATCH] added skype --- themes/modern-lancer/src/modern-html.html | 1 + themes/modern-lancer/src/modern-pdf.html | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/modern-lancer/src/modern-html.html b/themes/modern-lancer/src/modern-html.html index f07c48a..05afe70 100644 --- a/themes/modern-lancer/src/modern-html.html +++ b/themes/modern-lancer/src/modern-html.html @@ -22,6 +22,7 @@ {{#if r.contact.email}}
{{ RAW.contact.email }}
{{/if}} {{#if r.contact.website}}
{{ RAW.contact.website }}
{{/if}} {{#if r.contact.phone}}
{{ RAW.contact.phone }}
{{/if}} + {{#if r.contact.skype}}
{{ RAW.contact.skype }}
{{/if}} {{#each r.social}}
{{url}} diff --git a/themes/modern-lancer/src/modern-pdf.html b/themes/modern-lancer/src/modern-pdf.html index 1bb97de..dff489c 100644 --- a/themes/modern-lancer/src/modern-pdf.html +++ b/themes/modern-lancer/src/modern-pdf.html @@ -94,6 +94,7 @@ {{#if r.contact.email}}
{{ RAW.contact.email }}
{{/if}} {{#if r.contact.website}}
{{ RAW.contact.website }}
{{/if}} {{#if r.contact.phone}}
{{ RAW.contact.phone }}
{{/if}} + {{#if r.contact.skype}}
{{ RAW.contact.skype }}
{{/if}} {{#each r.social}}