mirror of https://github.com/cncf/cncf.io.git
fix code sniffs
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
parent
7f76f31051
commit
ea9148e397
|
|
@ -334,7 +334,7 @@ $show_logos = isset( $args['show_logos'] ) && $args['show_logos'] ? true : false
|
|||
<div class="person__social">
|
||||
<?php
|
||||
// Social Icons.
|
||||
if ( $linkedin || $bluesky || $twitter || $mastodon || $github || $wechat || $website || $youtube || $certdirectory) :
|
||||
if ( $linkedin || $bluesky || $twitter || $mastodon || $github || $wechat || $website || $youtube || $certdirectory ) :
|
||||
?>
|
||||
<div class="person__social-margin">
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue