Procházet zdrojové kódy

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 před 11 roky
rodič
revize
5b06a5d603
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  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>