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