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

Unified Diff: templates/minimal.tmpl

Issue 29680647: Issue 5329 - Provide a template for social media meta data in website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Addressed NITs Created Feb. 1, 2018, 9:06 a.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 | « pages/metadata.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/minimal.tmpl
===================================================================
--- a/templates/minimal.tmpl
+++ b/templates/minimal.tmpl
@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html
lang="{{ locale }}"
dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"
class="no-js">
<head>
<? include meta/standard ?>
+ <? include meta/social ?>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
{% block body %}
{{ body | safe }}
{% endblock %}
<script src="/js/main.js"></script>
</body>
« no previous file with comments | « pages/metadata.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld