List only the @name element of each location.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index bdf5901..5d45a27 100644 (file)
@@ -49,7 +49,7 @@
        {{#if md-electronic-url}}
        <tr>
          <th>URL</th>
-         <td>{{#link md-electronic-url}}{{/link}}</td>
+         <td>{{link md-electronic-url}}</td>
        </tr>
        {{/if}}
        {{#if location}}
@@ -69,7 +69,7 @@
          <td>
            <ul>
              {{#each location}}
-               <li>{{#json this}}{{/json}}</li>
+               <li>{{attr 'name'}}</li>
              {{/each}}
            </ul>
          </td>