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:
@ -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>
|
||||
|
Reference in New Issue
Block a user