forked from I2P_Developers/i2p.www
Set <html> lang attr for current language, set dir="rtl" attr for RTL languages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{%- from "global/macros" import change_lang with context -%}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="{{ g.lang }}"{% if is_rtl(g.lang) %} dir="rtl"{% endif %}>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title_outer %}{% block title %}{% endblock %} - I2P{% endblock %}</title>
|
||||
|
Reference in New Issue
Block a user