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

Subscribers

People subscribed via source and target branches