diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 13:03:42 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 13:03:42 -0500 |
commit | 2b74df3d36b15fb2250b9c9557d993f3c7d930a1 (patch) | |
tree | dd7fbecc9237d0e926d0698604807d3849ca58d1 | |
parent | e661996c658e699e9e452b6522d64e270e121fe5 (diff) | |
download | lidra-theme-2b74df3d36b15fb2250b9c9557d993f3c7d930a1.tar.lz lidra-theme-2b74df3d36b15fb2250b9c9557d993f3c7d930a1.tar.xz lidra-theme-2b74df3d36b15fb2250b9c9557d993f3c7d930a1.zip |
optimize image not facebook
-rw-r--r-- | img/not-fd.png | bin | 0 -> 9238 bytes | |||
-rw-r--r-- | sidebar.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/img/not-fd.png b/img/not-fd.png Binary files differnew file mode 100644 index 0000000..7ece3bd --- /dev/null +++ b/img/not-fd.png diff --git a/sidebar.php b/sidebar.php index b9de130..c05cc27 100644 --- a/sidebar.php +++ b/sidebar.php @@ -31,7 +31,7 @@ <div class="contenedor-no-facebook"> <a href="https://www.fsf.org/fb" rel="noopener noreferrer" target="_blank"> <figure> - <img class="img-thumbnail" src="' . get_bloginfo('template_url') . '/img/not-fd.svg" alt="no-facebook" title="Not Facebook"> + <img class="img-thumbnail" src="' . get_bloginfo('template_url') . '/img/not-fd.png" alt="not-facebook" title="Not Facebook"> </figure> </a> </div> |