mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Improve readability
This commit is contained in:
parent
c75e7dbeb7
commit
77f77dca16
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue