Improve readability

This commit is contained in:
syuilo 2017-06-07 16:23:37 +09:00
parent 7d07cde40c
commit c8f87d0b12

View file

@ -1,14 +1,17 @@
<mk-url-preview><a href={ url } target="_blank" title={ url } if={ !loading }>
<mk-url-preview>
<a href={ url } target="_blank" title={ url } if={ !loading }>
<div class="thumbnail" if={ thumbnail } style={ 'background-image: url(' + thumbnail + ')' }></div>
<article>
<header>
<h1>{ title }</h1>
</header>
<p>{ description }</p>
<footer><img class="icon" if={ icon } src={ icon }/>
<footer>
<img class="icon" if={ icon } src={ icon }/>
<p>{ sitename }</p>
</footer>
</article></a>
</article>
</a>
<style>
:scope
display block