Merge lp:~ya-bo-ng/planet-ubuntu/unnecessary-scripts into lp:planet-ubuntu

Proposed by Anthony Dillon
Status: Merged
Approved by: John Losito
Approved revision: 34
Merged at revision: 34
Proposed branch: lp:~ya-bo-ng/planet-ubuntu/unnecessary-scripts
Merge into: lp:planet-ubuntu
Diff against target: 50 lines (+16/-11)
1 file modified
index.html.tmpl (+16/-11)
To merge this branch: bzr merge lp:~ya-bo-ng/planet-ubuntu/unnecessary-scripts
Reviewer Review Type Date Requested Status
Canonical Website Editors Pending
Review via email: mp+375334@code.launchpad.net

Commit message

Remove unnecessary scripts

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'index.html.tmpl'
--- index.html.tmpl 2015-09-14 08:07:53 +0000
+++ index.html.tmpl 2019-11-08 16:09:37 +0000
@@ -1,22 +1,27 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1<!doctype html>
2<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">2
3<html prefix="og: http://ogp.me/ns#" class="" lang="en" dir="ltr">
3<head>4<head>
4 <title><TMPL_VAR name></title>5 <title><TMPL_VAR name></title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="robots" content="index,follow" />7 <meta name="robots" content="index,follow" />
8
7 <link rel="stylesheet" type="text/css" href="css/style.css" />9 <link rel="stylesheet" type="text/css" href="css/style.css" />
8 <link rel="alternate" type="application/rss+xml" href="<TMPL_VAR link>rss20.xml" title="<TMPL_VAR name> RSS" />10 <link rel="alternate" type="application/rss+xml" href="<TMPL_VAR link>rss20.xml" title="<TMPL_VAR name> RSS" />
9 <link rel="shortcut icon" href="//assets.ubuntu.com/sites/ubuntu/latest/u/img/favicon.ico" />11 <link rel="shortcut icon" href="https://assets.ubuntu.com/v1/49a1a858-favicon-32x32.png" type="image/x-icon">
1012 <link rel="apple-touch-icon" href="https://assets.ubuntu.com/v1/17b68252-apple-touch-icon-180x180-precomposed-ubuntu.png">
11 <script src="//assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/yui-combined.min.js"></script>13
12 <script src="//assets.ubuntu.com/sites/ubuntu/latest/u/js/core.js"></script>14 <meta name="theme-color" content="#E95420">
13 <link rel="stylesheet" type="text/css" media="all" href="//fonts.googleapis.com/css?family=Ubuntu:300,400,400italic" />15 <meta name="twitter:account_id" content="4503599627481511">
14 <link rel="stylesheet" type="text/css" media="screen" href="//assets.ubuntu.com/sites/ubuntu/latest/u/css/global.css" />16 <meta name="twitter:site" content="@ubuntu">
15 <script src="//assets.ubuntu.com/sites/ubuntu/latest/u/js/global.js"></script>17 <meta property="og:type" content="website">
18 <meta property="og:url" content="https://planet.ubuntu.com/">
19 <meta property="og:site_name" content="Ubuntu Planet">
20
21 <link rel="stylesheet" type="text/css" media="all" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,400italic" />
16</head>22</head>
1723
18<body class="blog">24<body class="blog">
19<script type="text/javascript" src="stacktack.min.js"></script>
20<div id="wrapper" class="hfeed">25<div id="wrapper" class="hfeed">
2126
22<div id="header">27<div id="header">
@@ -95,7 +100,7 @@
95 <div id="siteinfo">100 <div id="siteinfo">
96 <p>101 <p>
97 Blog entries aggregated on this page are owned by, and represent the opinion of the author.<br />102 Blog entries aggregated on this page are owned by, and represent the opinion of the author.<br />
98 &copy; 2010 <a href="http://www.canonical.com">Canonical Ltd.</a> Ubuntu, Kubuntu, Edubuntu and Canonical are trademarks of Canonical Ltd.<br />103 &copy; 2019 <a href="http://www.canonical.com">Canonical Ltd.</a> Ubuntu, Kubuntu, Edubuntu and Canonical are trademarks of Canonical Ltd.<br />
99 Powered by <a href="http://github.com/rubys/venus/">Planet Venus</a> on Ubuntu &mdash; <a href="http://www.ubuntu.com/legal">Legal</a>104 Powered by <a href="http://github.com/rubys/venus/">Planet Venus</a> on Ubuntu &mdash; <a href="http://www.ubuntu.com/legal">Legal</a>
100 </p>105 </p>
101 </div><!-- #siteinfo -->106 </div><!-- #siteinfo -->

Subscribers

People subscribed via source and target branches