Pārlūkot izejas kodu

Redirect to onCrashReboot.com article

The destination page is on my blog. I want to keep my project
description consolidated in my blog.

I got the idea of using redirect from  tsmango/jekyll_alias_generator.
Talha Mansoor 11 gadi atpakaļ
vecāks
revīzija
5b06a5d603
1 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. 8 1
      index.html

+ 8 - 1
index.html

@@ -1 +1,8 @@
-My GitHub Page
+<!DOCTYPE html>
+<html>
+    <head>
+        <link rel="canonical" href="http://oncrashreboot.com/elegant-a-clean-theme-for-pelican-with-search-feature.html"/>
+        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+        <meta http-equiv="refresh" content="0;url=http://oncrashreboot.com/elegant-a-clean-theme-for-pelican-with-search-feature.html" />
+    </head>
+</html>