From 2e0ac8f13b463520b668e5a0bb1e2c1dee335bec Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Fri, 14 Mar 2014 15:56:49 -0400 Subject: [PATCH] Makes site protocol-neutral (possible to run over HTTP or HTTPS) --- _config.yml | 4 +- _includes/footer.html | 4 +- _includes/header.html | 8 +- assets/ghbtns/github-btn.html | 243 ++++++++++++++++++++++++++++++++++ 4 files changed, 251 insertions(+), 8 deletions(-) create mode 100644 assets/ghbtns/github-btn.html diff --git a/_config.yml b/_config.yml index 7520665a..0b518750 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,12 @@ #document settings title: Project Open Data desc: "Open Data Policy — Managing Information as an Asset" -url: http://project-open-data.github.io/ +url: //project-open-data.github.io/ repo_name: project-open-data.github.io branch: master #global settings, no need to change these -root_url: http://project-open-data.github.io +root_url: //project-open-data.github.io org_name: project-open-data prose_url: http://prose.io diff --git a/_includes/footer.html b/_includes/footer.html index edb5b1b8..6ed3c0e6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,9 +4,9 @@
Help Improve this Content
- +
-
+ diff --git a/_includes/header.html b/_includes/header.html index b18a14f1..6f3c888a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,7 +21,7 @@
-

You are using an outdated browser. Upgrade your browser today or install Google Chrome Frame to better experience this site.

+

You are using an outdated browser. Upgrade your browser today or install Google Chrome Frame to better experience this site.

@@ -42,9 +42,9 @@ diff --git a/assets/ghbtns/github-btn.html b/assets/ghbtns/github-btn.html new file mode 100644 index 00000000..700a76c3 --- /dev/null +++ b/assets/ghbtns/github-btn.html @@ -0,0 +1,243 @@ + + + + + + + + + \ No newline at end of file