1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-07 17:36:38 +01:00
This commit is contained in:
hacksalot
2016-01-22 02:42:25 -05:00
parent aabb18d3a6
commit 3c84a9f17a
13 changed files with 102 additions and 7 deletions

View File

@@ -319,6 +319,7 @@ also doesn't render any content.
{{#*inline "icon-speaking"}}<span class="fa fa-lg fa-users"></span>{{/inline}}
{{#*inline "icon-testimonials"}}<span class="fa fa-lg fa-quote-left"></span>{{/inline}}
{{#*inline "icon-references"}}<span class="fa fa-lg fa-thumbs-o-up"></span>{{/inline}}
{{#*inline "icon-interests"}}<span class="fa fa-lg fa-thumbs-o-up"></span>{{/inline}}
{{! <!--
And we're done with the customizations. For the rest of the resume, we'll
@@ -334,6 +335,7 @@ also doesn't render any content.
{{> section/speaking _icon="icon-speaking"}}
{{> section/testimonials _icon="icon-testimonials"}}
{{> section/references _icon="icon-references"}}
{{> section/interests _icon="icon-interests"}}
</div>
</main>