Adding newsletter icon

This commit is contained in:
si1k
2022-05-30 11:47:56 -04:00
parent 5e684ebbcb
commit e0e12a9b7f
7 changed files with 38 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export const language: string = getSiteConfig('language', 'en')
export const twitter: string | null = getSiteConfig('twitter', null)
export const github: string | null = getSiteConfig('github', null)
export const linkedin: string | null = getSiteConfig('linkedin', null)
export const newsletter: string | null = getSiteConfig('newsletter', null)
export const zhihu: string | null = getSiteConfig('zhihu', null)
// default notion values for site-wide consistency (optional; may be overridden on a per-page basis)