Skip to content

Commit

Permalink
ADd microformats for region information section
Browse files Browse the repository at this point in the history
  • Loading branch information
zukilover authored and ariya committed Jun 10, 2020
1 parent ef9c780 commit 6ce5220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/region.mustache
Expand Up @@ -34,9 +34,9 @@
</thead>
<tbody>
{{#hospitals}}
<tr><td><address><em>{{name}}</em> (<a target="_blank" href="{{map}}">Lihat&nbsp;peta</a>)
{{#address}}<br>{{address}}{{/address}}
{{#phone}}<br><a href="tel:{{phone}}">{{phone}}</a>{{/phone}}
<tr><td><address class="vcard"><em class="org">{{name}}</em> (<a target="_blank" href="{{map}}">Lihat&nbsp;peta</a>)
{{#address}}<br><span class="adr">{{address}}</span>{{/address}}
{{#phone}}<br><a class="tel" href="tel:{{phone}}">{{phone}}</a>{{/phone}}
</address>
</td></tr>
{{/hospitals}}
Expand All @@ -49,4 +49,4 @@

{{{include.footer}}}
</body>
</html>
</html>

0 comments on commit 6ce5220

Please sign in to comment.