Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/html-attributes.tmpl

Issue 29611624: Issue 6047 - Updated templates and uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed comments in #15 Created Dec. 18, 2017, 12:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/footer.tmpl ('k') | includes/meta/favicon.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/html-attributes.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/html-attributes.tmpl
@@ -0,0 +1,6 @@
+
+lang="{{ locale }}"
+dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"
+itemscope="itemscope"
+itemtype="http://schema.org/WebPage"
+class="no-js"
« no previous file with comments | « includes/footer.tmpl ('k') | includes/meta/favicon.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld