forked from friendica/friendica-wp-theme
Replace Font Awesome with Fork Awesome. Remove custom Friendica icon
Use fa-friendica from fork awesome
This commit is contained in:
parent
a4e6fdc863
commit
d3f89ae410
22 changed files with 2603 additions and 724 deletions
|
@ -16,7 +16,7 @@
|
|||
<header id="header">
|
||||
<div class="inner">
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo">
|
||||
<i class="fk-friendica-logo-char" aria-hidden="true"></i> <?php echo esc_html( get_bloginfo( 'name' ) ); ?>
|
||||
<i class="fa fa-friendica" aria-hidden="true"></i> <?php echo esc_html( get_bloginfo( 'name' ) ); ?>
|
||||
</a>
|
||||
|
||||
<nav id="nav">
|
||||
|
@ -43,7 +43,7 @@
|
|||
<section id="banner">
|
||||
<h1>
|
||||
<span>
|
||||
<i class="fk-friendica-logo-char" aria-hidden="true"></i> <?php echo esc_html( get_bloginfo( 'name' ) ); ?>
|
||||
<i class="fa fa-friendica" aria-hidden="true"></i> <?php echo esc_html( get_bloginfo( 'name' ) ); ?>
|
||||
<?php
|
||||
$sticky = get_option( 'sticky_posts' );
|
||||
$args = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue