diff --git a/package.json b/package.json index 364b739..2de8b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fresh-themes", - "version": "0.15.1-beta", + "version": "0.15.2-beta", "description": "Multiformat themes and templates for your résumé / CV.", "repository": { "type": "git", diff --git a/themes/awesome/src/latex/README.md b/themes/awesome/src/latex/README.md index bc51057..8944e82 100644 --- a/themes/awesome/src/latex/README.md +++ b/themes/awesome/src/latex/README.md @@ -52,7 +52,7 @@ fork of the original Awesome-CV for LaTeX. See the original project for license information. [awe]: https://github.com/posquit0/Awesome-CV -[hmr]: http://please.hackmyresume.com +[hmr]: https://fluentdesk.com/hackmyresume [fre]: http://freshstandard.org [und]: http://underscorejs.org/#template [hb350]: https://github.com/wycats/handlebars.js/issues/350 diff --git a/themes/awesome/src/latex/awesome-cv.cls b/themes/awesome/src/latex/awesome-cv.cls index 8fb0d16..c997d4e 100644 --- a/themes/awesome/src/latex/awesome-cv.cls +++ b/themes/awesome/src/latex/awesome-cv.cls @@ -71,7 +71,7 @@ % To support LaTeX quoting style \defaultfontfeatures{Ligatures=TeX} % Needed to manage math fonts -\RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math} +\RequirePackage[math-style=TeX]{unicode-math} % Needed to use icons from font-awesome % (https://github.com/posquit0/latex-fontawesome) \RequirePackage{fontawesome} diff --git a/themes/modern/src/modern-pdf.html b/themes/modern/src/modern-pdf.html index 0d16904..8275765 100644 --- a/themes/modern/src/modern-pdf.html +++ b/themes/modern/src/modern-pdf.html @@ -90,9 +90,9 @@ engine settings, but ((#has 'contact.email')) never will. --> }}
- {{#has 'contact.email'}}
{{ RAW.contact.email }}
{{/has}} - {{#has 'contact.phone'}}
{{ RAW.contact.phone }}
{{/has}} - {{#has 'contact.website'}}
{{ RAW.contact.website }}
{{/has}} + {{#has 'r.contact.email'}}
{{ RAW.contact.email }}
{{/has}} + {{#has 'r.contact.phone'}}
{{ RAW.contact.phone }}
{{/has}} + {{#has 'r.contact.website'}}
{{ RAW.contact.website }}
{{/has}}