1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-12 00:27:07 +01:00

feat: modern: improve cosmetics

This commit is contained in:
hacksalot
2018-02-07 03:51:47 -05:00
parent 3350494294
commit 4fcdf560fc
5 changed files with 139 additions and 28 deletions

View File

@ -45,7 +45,7 @@
available that allows us to do either, conditionally.
--> }}
{{{styleSheet "modern-pdf.css"}}}
{{{styleSheet "pdf.css"}}}
{{! <!--
Now, depending on options, "modern-html.css" will either be embedded
@ -139,7 +139,12 @@
<div class="space-top labels">
{{#if skills}}
{{#each skills}}
<span class="label label-keyword">{{ this }}</span>
<div class="label label-keyword">
<span class="kw">{{ this }}</span>
{{#ifHasSkill @root.r .}}
<span class="notes">{{skillYears . }} years</span>
{{/ifHasSkill}}
</div>
{{/each}}
{{/if}}
</div>