mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
beautify code
This commit is contained in:
parent
b0e6c04266
commit
206dfa8027
@ -8,12 +8,11 @@ function render_links( $expanded = false ) {
|
||||
<div id="logos">
|
||||
<?php if ( $expanded ) { ?>
|
||||
<div id="title" class="alt-font">
|
||||
discuss & share
|
||||
<br/>
|
||||
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>"
|
||||
alt="arrow down"/>
|
||||
discuss & share
|
||||
<br/>
|
||||
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>" alt="arrow down"/>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<div class="flex container horizontal middle center" id="list">
|
||||
<?php
|
||||
foreach ( $links as $link ) {
|
||||
|
Loading…
Reference in New Issue
Block a user