diff options
author | garhve <git@garhve.com> | 2023-03-14 14:49:35 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-03-14 14:49:35 +0800 |
commit | 30cd4500bc514b349bcfcd49ef9ceabf5ef612ad (patch) | |
tree | 94353b735c285f80f02bfd4ffeeec38489a44171 /posts/first-website | |
parent | 9631c418f1ccc1a91f0a89097ce6d235238174d8 (diff) |
change name of language
Diffstat (limited to 'posts/first-website')
-rw-r--r-- | posts/first-website/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/first-website/index.html b/posts/first-website/index.html index 022721e..8d68304 100644 --- a/posts/first-website/index.html +++ b/posts/first-website/index.html @@ -71,7 +71,7 @@ Due to personal interest, I didn&rsquo;t choose frame to base my website. I <body> - <article class="post English" id="article"> + <article class="post Tech" id="article"> <div class="row"> <div class="col-xs-12"> <div class="site-header"> @@ -89,7 +89,7 @@ Due to personal interest, I didn&rsquo;t choose frame to base my website. I <div class="row end-xs"> <div class="lang-switch col-xs-3 col-xs-offset-9"> - <a href="/cn/">Chinese</a> + <a href="/cn/">Gibberish</a> </div> </div> |