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

Delta Between Two Patch Sets: pages/acceptable-ads-manifesto.raw

Issue 5440736082264064: Issue 2075 - Put meta tags inside of page header. (Closed)
Left Patch Set: Created March 8, 2015, 2:40 p.m.
Right 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 template=minimal 1 template=minimal
2 2
3 <head> 3 <head>
4 <link href="https://acceptableads.org/" rel="canonical"> 4 <link href="https://acceptableads.org/" rel="canonical">
5 <meta content="website" property="og:type"> 5 <meta content="website" property="og:type">
6 <meta content="https://acceptableads.org/images/manifesto/acceptable-ads-manifes to-share.png?a=show" property="og:image"> 6 <meta content="https://acceptableads.org/images/manifesto/acceptable-ads-manifes to-share.png?a=show" property="og:image">
7 <meta content="https://acceptableads.org/" property="og:url"> 7 <meta content="https://acceptableads.org/" property="og:url">
8 <meta content="3deBAaPY4M2OuOe576R36TC28S5svlfRRsdaGS6WCXg" name="google-site-ve rification"> 8 <meta content="3deBAaPY4M2OuOe576R36TC28S5svlfRRsdaGS6WCXg" name="google-site-ve rification">
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <meta content="width=device-width, initial-scale=1" name="viewport"> 10 <meta content="width=device-width, initial-scale=1" name="viewport">
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 { 584 {
585 classes.splice(classes.indexOf("collapsed"), 1); 585 classes.splice(classes.indexOf("collapsed"), 1);
586 placeholder.style.height = "0px"; 586 placeholder.style.height = "0px";
587 social.className = classes.join(" "); 587 social.className = classes.join(" ");
588 } 588 }
589 } 589 }
590 590
591 addListener(window, "scroll", checkCollapse, false); 591 addListener(window, "scroll", checkCollapse, false);
592 addListener(window, "resize", checkCollapse, false); 592 addListener(window, "resize", checkCollapse, false);
593 --></script> 593 --></script>
594 </head>
595 <meta content="$title$" property="title"> 594 <meta content="$title$" property="title">
596 <meta content="$s2$" name="description"> 595 <meta content="$s2$" name="description">
597 <meta content="$title$" property="og:title"> 596 <meta content="$title$" property="og:title">
598 <meta content="$s2$" name="og:description"> 597 <meta content="$s2$" name="og:description">
598 </head>
599 599
600 <style type="text/css"> 600 <style type="text/css">
601 .viewcontent *[hidden], 601 .viewcontent *[hidden],
602 .viewcontent header, 602 .viewcontent header,
603 .viewcontent footer 603 .viewcontent footer
604 { 604 {
605 display: inherit; 605 display: inherit;
606 } 606 }
607 </style> 607 </style>
608 608
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 </li> 928 </li>
929 <li> 929 <li>
930 <a href="mailto:info@adblockplus.org">$s74$</a> 930 <a href="mailto:info@adblockplus.org">$s74$</a>
931 </li> 931 </li>
932 <li> 932 <li>
933 <a href="https://adblockplus.org/blog/" target="_blank">$s75$</a> 933 <a href="https://adblockplus.org/blog/" target="_blank">$s75$</a>
934 </li> 934 </li>
935 </ul> 935 </ul>
936 </div> 936 </div>
937 </footer> 937 </footer>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld