From 69c86e407fa14ea94c75de82ca55ec9efaf6fb37 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 23 Dec 2021 22:21:39 +0000
Subject: [PATCH] update subdomain docs

---
 layouts/index.html |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 6f7725b..ce66744 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,3 @@
-{{$content := replaceRE `a href="\.\.\/(.+%20.+)+"` `$1` .Content}}
-{{$content = replace $content "%20" "-"}}
-{{$content = $content | safeHTML}}
 <!DOCTYPE html>
 <html lang="en">
 {{ partial "head.html" . }}
@@ -22,10 +19,10 @@
             {{ .TableOfContents }}
         </aside>
         {{end}}
-        {{- $content -}}
+        {{- .Content -}}
     </article>
     {{partial "footer.html" .}}
 </div>
 </body>
+</html>
 
-</html>
\ No newline at end of file

--
Gitblit v1.10.0