-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor file paths for assets in 404 page, about page, archives page…
…, articles page, blog page, and contact page - Refactored file paths for asset references in the 404, about, archives, articles, blog, and contact pages to remove unnecessary domain name prefixes and add leading slashes. - Updated links to main CSS file, theme image, GitHub and RSS icons, favicon, and apple-touch-icon. - Updated metadata and canonical links for the about, archives, articles, blog, and contact pages.
- Loading branch information
Showing
29 changed files
with
249 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<title>www.suesung.com/contact/</title> | ||
<link rel="canonical" href="www.suesung.com/contact/"> | ||
<title>/contact/</title> | ||
<link rel="canonical" href="/contact/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=www.suesung.com/contact/"> | ||
<meta http-equiv="refresh" content="0; url=/contact/"> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<title>www.suesung.com/post/</title> | ||
<link rel="canonical" href="www.suesung.com/post/"> | ||
<title>/post/</title> | ||
<link rel="canonical" href="/post/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=www.suesung.com/post/"> | ||
<meta http-equiv="refresh" content="0; url=/post/"> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<title>www.suesung.com/post/</title> | ||
<link rel="canonical" href="www.suesung.com/post/"> | ||
<title>/post/</title> | ||
<link rel="canonical" href="/post/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=www.suesung.com/post/"> | ||
<meta http-equiv="refresh" content="0; url=/post/"> | ||
</head> | ||
</html> |
Oops, something went wrong.