templates/wikipedia.mustache in onebox-1.1.0 vs templates/wikipedia.mustache in onebox-1.2.0
- old
+ new
@@ -1,4 +1,5 @@
-<h1>{{name}}</h1>
-<h2 class="host">wikipedia.org</h2>
-<img src="{{image}}" />
+<img src="{{image}}" class="thumbnail"/>
+
+<h3><a href='{{{link}}}'>{{title}}</a></h3>
+
<p>{{description}}</p>