diff options
-rw-r--r-- | libretube-theme/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index 45df562..ee5291e 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -10,7 +10,6 @@ {% block extra_head %} {% set SITE_DESCRIPTION = _('Videoteca de software libre brindando avance tecnológico') %} <meta name="description" content="{{ SITE_DESCRIPTION }}"> - <meta name="keywords" content="{{ _('software libre,libertad,libertad de expresión,privacidad,formación,tutoriales,GNU/Linux,desarrollo web,Hyperbola') }}"> <meta property="og:title" content="{{ SITENAME }}"> <meta property="og:type" content="website"> <meta property="og:url" content="{{ SITEURL }}"> |