Improve readability
This commit is contained in:
		
							parent
							
								
									7d07cde40c
								
							
						
					
					
						commit
						c8f87d0b12
					
				
					 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>
 | 
							<div class="thumbnail" if={ thumbnail } style={ 'background-image: url(' + thumbnail + ')' }></div>
 | 
				
			||||||
		<article>
 | 
							<article>
 | 
				
			||||||
			<header>
 | 
								<header>
 | 
				
			||||||
				<h1>{ title }</h1>
 | 
									<h1>{ title }</h1>
 | 
				
			||||||
			</header>
 | 
								</header>
 | 
				
			||||||
			<p>{ description }</p>
 | 
								<p>{ description }</p>
 | 
				
			||||||
			<footer><img class="icon" if={ icon } src={ icon }/>
 | 
								<footer>
 | 
				
			||||||
 | 
									<img class="icon" if={ icon } src={ icon }/>
 | 
				
			||||||
				<p>{ sitename }</p>
 | 
									<p>{ sitename }</p>
 | 
				
			||||||
			</footer>
 | 
								</footer>
 | 
				
			||||||
		</article></a>
 | 
							</article>
 | 
				
			||||||
 | 
						</a>
 | 
				
			||||||
	<style>
 | 
						<style>
 | 
				
			||||||
		:scope
 | 
							:scope
 | 
				
			||||||
			display block
 | 
								display block
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue