Add language meta information
This commit is contained in:
@@ -74,7 +74,7 @@ function print_langs(){
|
||||
}else{
|
||||
$uri='?'.htmlspecialchars($query)."&lang=$code";
|
||||
}
|
||||
echo " <a href=\"$uri\" target='_self'>$name</a>";
|
||||
echo " <a href=\"$uri\" target='_self' hreflang=\"$code\">$name</a>";
|
||||
}
|
||||
echo '</small>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user