mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
Merge branch 'dev' into master
This commit is contained in:
commit
5d5b691687
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fresh-themes",
|
"name": "fresh-themes",
|
||||||
"version": "0.15.1-beta",
|
"version": "0.15.2-beta",
|
||||||
"description": "Multiformat themes and templates for your résumé / CV.",
|
"description": "Multiformat themes and templates for your résumé / CV.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -52,7 +52,7 @@ fork of the original Awesome-CV for LaTeX.
|
|||||||
See the original project for license information.
|
See the original project for license information.
|
||||||
|
|
||||||
[awe]: https://github.com/posquit0/Awesome-CV
|
[awe]: https://github.com/posquit0/Awesome-CV
|
||||||
[hmr]: http://please.hackmyresume.com
|
[hmr]: https://fluentdesk.com/hackmyresume
|
||||||
[fre]: http://freshstandard.org
|
[fre]: http://freshstandard.org
|
||||||
[und]: http://underscorejs.org/#template
|
[und]: http://underscorejs.org/#template
|
||||||
[hb350]: https://github.com/wycats/handlebars.js/issues/350
|
[hb350]: https://github.com/wycats/handlebars.js/issues/350
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
% To support LaTeX quoting style
|
% To support LaTeX quoting style
|
||||||
\defaultfontfeatures{Ligatures=TeX}
|
\defaultfontfeatures{Ligatures=TeX}
|
||||||
% Needed to manage math fonts
|
% 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
|
% Needed to use icons from font-awesome
|
||||||
% (https://github.com/posquit0/latex-fontawesome)
|
% (https://github.com/posquit0/latex-fontawesome)
|
||||||
\RequirePackage{fontawesome}
|
\RequirePackage{fontawesome}
|
||||||
|
@ -90,9 +90,9 @@
|
|||||||
engine settings, but ((#has 'contact.email')) never will.
|
engine settings, but ((#has 'contact.email')) never will.
|
||||||
--> }}
|
--> }}
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
{{#has 'contact.email'}}<div class="email"><a href="mailto:{{{ RAW.contact.email }}}">{{ RAW.contact.email }}</a></div>{{/has}}
|
{{#has 'r.contact.email'}}<div class="email"><a href="mailto:{{{ RAW.contact.email }}}">{{ RAW.contact.email }}</a></div>{{/has}}
|
||||||
{{#has 'contact.phone'}}<div class="phone">{{ RAW.contact.phone }}</div>{{/has}}
|
{{#has 'r.contact.phone'}}<div class="phone">{{ RAW.contact.phone }}</div>{{/has}}
|
||||||
{{#has 'contact.website'}}<div class="website"><a href="{{{ RAW.contact.website }}}">{{ RAW.contact.website }}</a></div>{{/has}}
|
{{#has 'r.contact.website'}}<div class="website"><a href="{{{ RAW.contact.website }}}">{{ RAW.contact.website }}</a></div>{{/has}}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user