[planet-web] [NGO] Request CSS files using HTTP instead of HTTPS
- From: Daniel Mustieles García <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planet-web] [NGO] Request CSS files using HTTP instead of HTTPS
- Date: Fri, 30 May 2014 10:59:36 +0000 (UTC)
commit 078f78f9025ed825e3a32720f992d6d82e92d972
Author: Daniel Mustieles <dnaiel mustieles gmail com>
Date: Fri May 30 12:59:28 2014 +0200
[NGO] Request CSS files using HTTP instead of HTTPS
themes/news/index-2.0.html.tmpl | 6 +++---
themes/news/index-regular.html.tmpl | 6 +++---
themes/news/index.html.tmpl | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/themes/news/index-2.0.html.tmpl b/themes/news/index-2.0.html.tmpl
index 56bdc58..49e1ddf 100644
--- a/themes/news/index-2.0.html.tmpl
+++ b/themes/news/index-2.0.html.tmpl
@@ -9,9 +9,9 @@
<link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0"
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
<link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0"
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
- <link rel="stylesheet" href="https://planet.gnome.org/nlayout.css" type="text/css">
- <link rel="stylesheet" href="https://planet.gnome.org/planet.css" type="text/css">
- <link rel="stylesheet" href="https://planet.gnome.org/generic.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/planet.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/generic.css" type="text/css">
<link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"
type="text/css">
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
diff --git a/themes/news/index-regular.html.tmpl b/themes/news/index-regular.html.tmpl
index 279bbc3..31212fe 100644
--- a/themes/news/index-regular.html.tmpl
+++ b/themes/news/index-regular.html.tmpl
@@ -11,9 +11,9 @@
<link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet'
type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://planet.gnome.org/nlayout.css" type="text/css">
- <link rel="stylesheet" href="https://planet.gnome.org/planet.css" type="text/css">
- <link rel="stylesheet" href="https://planet.gnome.org/generic.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/planet.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/generic.css" type="text/css">
<link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"
type="text/css">
<style rel="stylesheet" type="text/css">
diff --git a/themes/news/index.html.tmpl b/themes/news/index.html.tmpl
index 066b9cd..ba3a33d 100644
--- a/themes/news/index.html.tmpl
+++ b/themes/news/index.html.tmpl
@@ -11,9 +11,9 @@
<link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet'
type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://planet.gnome.org/nlayout.css" type="text/css">
- <link rel="stylesheet" href="https://planet.gnome.org/planet.css" type="text/css">
- <link rel="stylesheet" href="https://planet.gnome.org/generic.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/planet.css" type="text/css">
+ <link rel="stylesheet" href="http://planet.gnome.org/generic.css" type="text/css">
<link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"
type="text/css">
<style rel="stylesheet" type="text/css">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]