From 14f3c5435f4079647385b11b2a7ae797a361b8df Mon Sep 17 00:00:00 2001
From: Bigsk <i@ianxia.com>
Date: Fri, 19 May 2023 00:16:01 +0800
Subject: [PATCH] ICP Info

---
 about.html    | 7 +++++--
 index.html    | 6 ++++--
 zh/about.html | 2 +-
 zh/index.html | 2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/about.html b/about.html
index b044dc0..58a4713 100644
--- a/about.html
+++ b/about.html
@@ -7,7 +7,7 @@
 		<meta name="author" content="Bigsk">
 		<meta name="description" content="Bigsk's personal website">
 		<meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack">
-		<title>Ian Xia - About</title>
+		<title>Ian Xia - About | 亦安 - 关于</title>
 		<script>
             var userLang = navigator.language || navigator.userLanguage;
 
@@ -18,9 +18,12 @@
             } else {
                 window.location.href = "en/about.html";
             }
+			let date = new Date();
 		</script>
 	</head>
-	<body>
+	Copyright &copy; Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
 	<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
+	<body>
+		
 	</body>
 </html>
\ No newline at end of file
diff --git a/index.html b/index.html
index 7ed1985..feef218 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
 		<meta name="author" content="Bigsk">
 		<meta name="description" content="Bigsk's personal website">
 		<meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack">
-		<title>Ian Xia - Home</title>
+		<title>Ian Xia - Home | 亦安 - 首页</title>
 		<script>
             var userLang = navigator.language || navigator.userLanguage;
 
@@ -18,10 +18,12 @@
             } else {
                 window.location.href = "en/index.html";
             }
+			let date = new Date();
 		</script>
 	</head>
+	Copyright &copy; Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
 	<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
 	<body>
-
+		
 	</body>
 </html>
\ No newline at end of file
diff --git a/zh/about.html b/zh/about.html
index 88ed1a8..3ac6f33 100644
--- a/zh/about.html
+++ b/zh/about.html
@@ -6,7 +6,7 @@
 -->
 <html lang="zh">
 	<head>
-		<title>Ian Xia - 关于</title>
+		<title>亦安 - 关于</title>
 		<meta charset="utf-8" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 		<link rel="stylesheet" href="../static/css/main.css" />
diff --git a/zh/index.html b/zh/index.html
index fd621b2..e50f41e 100644
--- a/zh/index.html
+++ b/zh/index.html
@@ -6,7 +6,7 @@
 -->
 <html lang="zh">
 	<head>
-		<title>Ian Xia - 首页</title>
+		<title>亦安 - 首页</title>
 		<meta charset="utf-8" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 		<link rel="stylesheet" href="../static/css/main.css" />