mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-22 16:16:25 +00:00
made by string
This commit is contained in:
parent
3d0cd61105
commit
7ba95e1d04
@ -8,6 +8,7 @@ function render_links( $expanded = false ) {
|
|||||||
<div id="logos">
|
<div id="logos">
|
||||||
<?php if ( $expanded ) { ?>
|
<?php if ( $expanded ) { ?>
|
||||||
<div class="title alt-font">
|
<div class="title alt-font">
|
||||||
|
<a class="made-by-link" target="_blank" href="https://github.com/cupcakearmy/liquet">made with ❤️ by @cupcakearmy</a>
|
||||||
discuss & share
|
discuss & share
|
||||||
<br/>
|
<br/>
|
||||||
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>" alt="arrow down"/>
|
<img src="<?= get_template_directory_uri() . '/vendor/icons/down.svg' ?>" alt="arrow down"/>
|
||||||
@ -25,5 +26,6 @@ function render_links( $expanded = false ) {
|
|||||||
<?php }
|
<?php }
|
||||||
}
|
}
|
||||||
?></div>
|
?></div>
|
||||||
</div><?php
|
</div>
|
||||||
|
<?php
|
||||||
}
|
}
|
@ -5,6 +5,11 @@
|
|||||||
margin: 2em
|
margin: 2em
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
.made-by-link
|
||||||
|
text-decoration: underline
|
||||||
|
display: block
|
||||||
|
padding-bottom: 1em
|
||||||
|
|
||||||
img
|
img
|
||||||
height: 1.5em
|
height: 1.5em
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user