aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
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;