mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
fix markdown error and 404
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
||||
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
|
||||
// Otherwise, leave segmentCount as 0.
|
||||
var segmentCount = 1;
|
||||
var segmentCount = 0;
|
||||
|
||||
var l = window.location;
|
||||
l.replace(
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/website/mdn-style.css">
|
||||
<link rel="stylesheet" href="/website/foo-style.min.css">
|
||||
<link rel="stylesheet" href="/mdn-style.css">
|
||||
<link rel="stylesheet" href="/foo-style.min.css">
|
||||
|
||||
<title>Document</title>
|
||||
<script src="/redirect.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user