aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-08-16 13:03:42 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-08-16 13:03:42 -0500
commit2b74df3d36b15fb2250b9c9557d993f3c7d930a1 (patch)
treedd7fbecc9237d0e926d0698604807d3849ca58d1
parente661996c658e699e9e452b6522d64e270e121fe5 (diff)
downloadlidra-theme-2b74df3d36b15fb2250b9c9557d993f3c7d930a1.tar.lz
lidra-theme-2b74df3d36b15fb2250b9c9557d993f3c7d930a1.tar.xz
lidra-theme-2b74df3d36b15fb2250b9c9557d993f3c7d930a1.zip
optimize image not facebook
-rw-r--r--img/not-fd.pngbin0 -> 9238 bytes
-rw-r--r--sidebar.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/img/not-fd.png b/img/not-fd.png
new file mode 100644
index 0000000..7ece3bd
--- /dev/null
+++ b/img/not-fd.png
Binary files differ
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>