diff --git a/src/partials/profile.html b/src/partials/profile.html index 34cf270..c7047ac 100644 --- a/src/partials/profile.html +++ b/src/partials/profile.html @@ -1,11 +1,11 @@
-
+
{{#if r.info.image}} {{{r.name}}} {{/if}}
-

{{{r.name}}}

{{r.info.label}}
+

{{{r.name}}}

{{r.info.label}}

{{#if r.location.city}}
{{#if r.location.address}}{{r.location.address}}, {{/if}}{{r.location.city}}{{#if r.location.region}}, {{r.location.region}}{{/if}}{{#if r.location.country}}, {{r.location.country}}{{/if}}
{{/if}} diff --git a/src/template-html.html b/src/template-html.html index 14b6b40..7a83306 100644 --- a/src/template-html.html +++ b/src/template-html.html @@ -1,5 +1,4 @@ - {{> head}}