Add html5 doctype
[anoweco.git] / data / templates / post-like.htm
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <meta charset="utf-8"/>
5   <title>Like of {{attribute(json, 'like-of').0}}</title>
6  </head>
7  <body class="h-entry">
8   <h1>Like #{{crow.comment_id}}</h1>
9   <p>
10    {% apply spaceless %}
11    <a class="p-author h-card" href="{{author.url}}">
12     <img class="u-photo" src="{{author.imageurl}}" alt="" width="32" height="32" />
13     {{author.name}}</a>
14    {% endapply %}
15    <a href="{{postUrl}}" class="u-url">likes</a>
16    <a class="u-like-of"
17       href="{{attribute(json, 'like-of').0}}">{{attribute(json, 'like-of').0}}</a>.
18   </p>
19  </body>
20 </html>