diff --git a/components/Footer.tsx b/components/Footer.tsx
index 9c828ac..3d47052 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -1,5 +1,5 @@
import * as React from 'react'
-import { FaTwitter, FaGithub, FaLinkedin } from 'react-icons/fa'
+import { FaTwitter, FaZhihu, FaGithub, FaLinkedin } from 'react-icons/fa'
import { IoSunnyOutline, IoMoonSharp } from 'react-icons/io5'
import * as config from 'lib/config'
@@ -53,6 +53,18 @@ export const Footer: React.FC<{
)}
+ {config.zhihu && (
+
+
+
+ )}
+
{config.github && (