Skip to content
Snippets Groups Projects
Commit c8f87d0b authored by syuilo's avatar syuilo
Browse files

Improve readability

parent 7d07cde4
No related merge requests found
<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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment