mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
public link improvements
This commit is contained in:
parent
1681a74b80
commit
94f2074035
@ -32,7 +32,7 @@ $items = yourls_api_stats( 'last', 1 );
|
||||
</header>
|
||||
<article role="main">
|
||||
<?php foreach( $items['links'] as $item ) { ?>
|
||||
<p>Latest shortened link: <a href="<?php echo $item['shorturl']; ?>"><?php echo $item['title']; ?> | <?php echo $item['shorturl']; ?></a></p>
|
||||
<p>Latest short url: <a href="<?php echo $item['shorturl']; ?>"><?php echo $item['shorturl']; ?> <span class="title"><?php echo $item['title']; ?></span></a></p>
|
||||
<?php } ?>
|
||||
|
||||
</article>
|
||||
|
@ -686,6 +686,11 @@ body#public {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#public article a .title {
|
||||
color: #a8b5b9;
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 600px){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user