Skip to content

Commit

Permalink
adding redirects to a couple of pages people are looking for on google
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Jun 6, 2016
1 parent c01d340 commit 47bd220
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _layouts/redirect.html
@@ -0,0 +1,16 @@
---
layout: compress
---
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="{{ page.redirect_to }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
</head>
<body>
<h1>Redirecting...</h1>
<a href="{{ page.redirect_to }}">Click here if you are not redirected.<a>
<script>location='{{ page.redirect_to }}'</script>
</body>
</html>
2 changes: 2 additions & 0 deletions about/logos.html
Expand Up @@ -3,6 +3,8 @@
title: Logo
permalink: /about/logos/
subtitle: Download the official artwork for your favourite open source project.
redirect_from:
- about/artwork/
---
<div class="artwork__download-set">
<a href="/uploads/artwork/FullSet-PhoneGap-Logo.zip" class="button--cta" download>Download the full set</a>
Expand Down
2 changes: 2 additions & 0 deletions products.html
Expand Up @@ -11,6 +11,8 @@
- about/feature/
- about/features
- about/feature/
- app/feature
- app/feature/
---
<div class="subheader">
<div class="bounds">
Expand Down
6 changes: 6 additions & 0 deletions redirects/app.html
@@ -0,0 +1,6 @@
---
layout: redirect
sitemap: false
permalink: /apps/
redirect_to: http://phonegap.com/app/
---
6 changes: 6 additions & 0 deletions redirects/developer.html
@@ -0,0 +1,6 @@
---
layout: redirect
sitemap: false
permalink: /developer/
redirect_to: http://docs.phonegap.com
---
6 changes: 6 additions & 0 deletions redirects/docs.html
@@ -0,0 +1,6 @@
---
layout: redirect
sitemap: false
permalink: /docs/
redirect_to: http://docs.phonegap.com
---
6 changes: 6 additions & 0 deletions redirects/phonegap-explained-visually.html
@@ -0,0 +1,6 @@
---
layout: redirect
sitemap: false
permalink: /2012/05/02/phonegap-explained-visually/
redirect_to: http://phonegap.com/blog/2012/05/02/phonegap-explained-visually/
---
6 changes: 6 additions & 0 deletions redirects/tools.html
@@ -0,0 +1,6 @@
---
layout: redirect
sitemap: false
permalink: /tools/
redirect_to: http://phonegap.com/tool/
---
6 changes: 6 additions & 0 deletions redirects/whats-in-a-name.html
@@ -0,0 +1,6 @@
---
layout: redirect
sitemap: false
permalink: 2012/03/19/phonegap-cordova-and-what%E2%80%99s-in-a-name/
redirect_to: http://phonegap.com/blog/2012/03/19/phonegap-cordova-and-what-e2-80-99s-in-a-name/
---

0 comments on commit 47bd220

Please sign in to comment.