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">
|
<div id="logos">
|
||||||
<?php if ( $expanded ) { ?>
|
<?php if ( $expanded ) { ?>
|
||||||
<div id="title" class="alt-font">
|
<div id="title" class="alt-font">
|
||||||
discuss & share
|
discuss & share
|
||||||
<br/>
|
<br/>
|
||||||
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>"
|
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>" alt="arrow down"/>
|
||||||
alt="arrow down"/>
|
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="flex container horizontal middle center" id="list">
|
<div class="flex container horizontal middle center" id="list">
|
||||||
<?php
|
<?php
|
||||||
foreach ( $links as $link ) {
|
foreach ( $links as $link ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user