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

Unified Diff: templates/default.tmpl

Issue 29568555: Issue 5723 - Implement new abp.org content style guide (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Addressed comments Created Oct. 9, 2017, 11:25 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 | « static/css/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -40,16 +40,17 @@
{% endif %}
{% endfor %}
<meta property="og:url" content="{{ get_canonical_url(page | ignore_browsers) }}">
{# twitter https://dev.twitter.com/cards/markup #}
<meta name="twitter:site" content="@AdblockPlus" />
<meta name="twitter:creator" content="@AdblockPlus" />
+ <link rel="stylesheet" href="/css/defaults.css" class="cssfx">
<link rel="stylesheet" href="/css/main.css" class="cssfx">
<link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000px)" class="cssfx">
<link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px)">
<link rel="apple-touch-icon" href="/img/favicon-large.png" />
<!--[if IE 8]>
<script src="/js/vendor/ie8.js"></script>
<![endif]-->
@@ -111,17 +112,17 @@
{% endfor %}
</ul>
</li>
</ul>
<a href="#" id="hamburger"></a>
</nav>
</header>
- <div id="content" class="container {{ localefile == "index" and page }}">
+ <div id="content" class="container content {{ localefile == "index" and page }}">
{% if abbnotification %}
<? include abb-notification ?>
{% endif %}
{% if not noheading %}
<h1>{{title|translate("title")}}</h1>
{% endif %}
{% if not notoc %}
« no previous file with comments | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld