aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-26 17:38:49 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-26 17:38:49 -0500
commit591809d44a736e70c3e35d91904be189214a9373 (patch)
tree7dc859efc80b7e1b4b4f457f15d014af39833c63 /sidebar.php
parent73b6bc7ec0d2acf85cad577fba332a2113a8a923 (diff)
downloadlidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.lz
lidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.xz
lidra-theme-591809d44a736e70c3e35d91904be189214a9373.zip
ajustes css y etiqueta figure
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/sidebar.php b/sidebar.php
index b782508..2b44c70 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -30,7 +30,11 @@ printf(
<div class="widget no-facebook">
<div class="contenedor-no-facebook">
- <a href="https://www.fsf.org/fb" target="_blank"><img class="img-thumbnail" src="' . get_bloginfo('template_url') . '/img/not-fd.svg" alt="no-facebook"></a>
+ <a href="https://www.fsf.org/fb" target="_blank">
+ <figure>
+ <img class="img-thumbnail" src="' . get_bloginfo('template_url') . '/img/not-fd.svg" alt="no-facebook" title="No Facebook">
+ </figure>
+ </a>
</div>
</div>');
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar') ) : endif;