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

Side by Side Diff: pages/features.raw

Issue 5440736082264064: Issue 2075 - Put meta tags inside of page header. (Closed)
Patch Set: Wrap meta tags in head even when head doesn't yet exist. Created March 9, 2015, 11:48 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 title=title-full 1 title=title-full
2 2
3 <head> 3 <head>
4 <link class="cssfx" href="/css/topics.css" rel="stylesheet"> 4 <link class="cssfx" href="/css/topics.css" rel="stylesheet">
5 <link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 40.5em)" r el="stylesheet"> 5 <link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 40.5em)" r el="stylesheet">
6 <link href="/css/topics-mobile.css" media="screen and (max-width: 40.5em)" rel= "stylesheet"> 6 <link href="/css/topics-mobile.css" media="screen and (max-width: 40.5em)" rel= "stylesheet">
7 <link class="cssfx" href="/css/features.css" rel="stylesheet"> 7 <link class="cssfx" href="/css/features.css" rel="stylesheet">
8 </head>
9 <meta content="$s1$" name="title"> 8 <meta content="$s1$" name="title">
10 <meta content="$s2$" name="description"> 9 <meta content="$s2$" name="description">
11 <meta content="$s1$" property="og:title"> 10 <meta content="$s1$" property="og:title">
12 <meta content="$s2$" property="og:description"> 11 <meta content="$s2$" property="og:description">
12 </head>
13 13
14 <div id="toc"> 14 <div id="toc">
15 <a class="topic-small" href="#adblocking"> 15 <a class="topic-small" href="#adblocking">
16 <div class="feature-adblocking sprite"></div> 16 <div class="feature-adblocking sprite"></div>
17 <p>$s5$</p> 17 <p>$s5$</p>
18 </a> 18 </a>
19 <a class="topic-small" href="#acceptable"> 19 <a class="topic-small" href="#acceptable">
20 <div class="feature-acceptable sprite"></div> 20 <div class="feature-acceptable sprite"></div>
21 <p>$s6$</p> 21 <p>$s6$</p>
22 </a> 22 </a>
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 </a> 126 </a>
127 <div class="description"> 127 <div class="description">
128 $s36(/blog/type-correction-feature-removed, http://urlfixer.org)$ 128 $s36(/blog/type-correction-feature-removed, http://urlfixer.org)$
129 129
130 <div class="longtext"> 130 <div class="longtext">
131 $s37$ $s38$ 131 $s37$ $s38$
132 </div> 132 </div>
133 </div> 133 </div>
134 </div> 134 </div>
135 </div> 135 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld