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

Unified Diff: includes/meta/standard.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/meta/social.tmpl ('k') | includes/navbar.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/meta/standard.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/meta/standard.tmpl
@@ -0,0 +1,8 @@
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+
+<title>{{title|translate("title", "meta")}}</title>
+{% if description %}
+ <meta name="description" content="{{description|translate("description", "meta")}}">
+{% endif %}
+<link rel="canonical" href="{{ get_canonical_url(page | ignore_browsers) }}">
« no previous file with comments | « includes/meta/social.tmpl ('k') | includes/navbar.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld