1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-06-06 04:16:15 +01:00

Remove explicit TXT and MD formats.

Themes will now inherit these formats from the Basis theme by default.
This commit is contained in:
hacksalot
2016-01-05 06:27:52 -05:00
parent d6a9880717
commit d243f5f472
8 changed files with 39 additions and 374 deletions

View File

@ -118,6 +118,33 @@
</section>
{{/section}}
{{#section 'samples'}}
<hr>
<section id="samples">
<header>
<h3>{{{sectionTitle "Samples"}}}</h3>
</header>
<span class="fa fa-lg fa-building"></span>
{{#each r.samples}}
{{#if url}}
<h4><span class="res-label">{{ role }}</span>, <a href="{{{ url }}}">{{ title }}</a></h4>
{{else}}
<h4><span class="res-label">{{ role }}</span>, <span class="defunct">{{ title }}</span></h4>
{{/if}}
<span class="tenure">{{formatDate safe.start 'YYYY-MM' }}&mdash;{{formatDate safe.end 'YYYY-MM' }}</span>
{{{ summary }}}
{{#if proj.highlights}}
<ul>
{{#each highlights}}
<li>{{{ this }}}</li>
{{/each}}
</ul>
{{/if}}
{{/each}}
</section>
{{/section}}
{{#section 'education'}}
<hr>
<section id="education">