From dd08e1a3c621905a5794116a3310712e8d8ae946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Renaud?= Date: Tue, 17 May 2016 11:12:42 +0200 Subject: [PATCH] Correct markup for W3C validation --- src/partials/profile.html | 4 ++-- src/template-html.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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}}