Skip to content

Commit

Permalink
Tweak layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Aug 25, 2023
1 parent 947e4cb commit e61efc8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ function get($metadata, $name){
<?php } ?>
</table>
</aside>
<p>
<?=get($metadata, 'desc')?>
</p>
<p>
<sub>
<b>Version</b>: <?=get($metadata, 'version')?>
Expand All @@ -170,14 +173,12 @@ function get($metadata, $name){
<b>Architecture</b>: <?=get($metadata, 'arch')?>
<br/>
<?php if(has($metadata, 'url')){ ?>
<a href="<?=get($metadata, 'url')?>">Website</a>
<a href="<?=get($metadata, 'url')?>">🌐 Website</a>
<br/>
<?php } ?>
<a href="<?=name?>/<?=$file?>">📥 Download</a>
</sub>
</p>
<p>
<?=get($metadata, 'desc')?>
</p>
</section>
<?php } ?>
</article>
Expand Down

0 comments on commit e61efc8

Please sign in to comment.