diff options
Diffstat (limited to '_posts/2009-06-15-key-setup-redirect.markdown')
| -rw-r--r-- | _posts/2009-06-15-key-setup-redirect.markdown | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/_posts/2009-06-15-key-setup-redirect.markdown b/_posts/2009-06-15-key-setup-redirect.markdown index 45e7327..e20e091 100644 --- a/_posts/2009-06-15-key-setup-redirect.markdown +++ b/_posts/2009-06-15-key-setup-redirect.markdown @@ -1,18 +1,8 @@ --- -layout: default +layout: os_redirect title: Generating SSH keys description: How to generate SSH keys and add them to GitHub +redirect_win: /win-set-up-git +redirect_mac: /mac-set-up-git +redirect_linux: /linux-set-up-git --- - -Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS: - -* [Windows](win-set-up-git) -* [Mac](mac-set-up-git) -* [Linux](linux-set-up-git) - -<script type="text/javascript"> - if (navigator.appVersion.indexOf("Win") != -1) {window.location = '/win-set-up-git'} - else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = '/mac-set-up-git'} - else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = '/linux-set-up-git'} -</script> ->
\ No newline at end of file |
