File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ declare module 'vue' {
5050 README : typeof import ( './src/components/README.md' ) [ 'default' ]
5151 ResourceItem : typeof import ( './src/components/ResourceItem.vue' ) [ 'default' ]
5252 ResourcesList : typeof import ( './src/components/ResourcesList.vue' ) [ 'default' ]
53+ 'SimpleIcons:googlescholar' : typeof import ( 'virtual:vite-icons/simple-icons/googlescholar' ) [ 'default' ]
5354 SocialMediaButtons : typeof import ( './src/components/SocialMediaButtons.vue' ) [ 'default' ]
5455 SocialMediaButtonsAll : typeof import ( './src/components/SocialMediaButtonsAll.vue' ) [ 'default' ]
5556 SpeakerList : typeof import ( './src/components/SpeakerList.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ const linkUrl = computed(() => `https://www.linkedin.com/sharing/share-offsite/?
116116 <IconButtonLink v-if =" frontmatter.huggingface" :url =" frontmatter.huggingface" class =" contents" >
117117 🤗
118118 </IconButtonLink >
119+ <IconButtonLink v-if =" frontmatter.scholar" :url =" frontmatter.scholar" class =" contents" >
120+ <simple-icons:googlescholar />
121+ <!-- <academicons:google-scholar /> #TODO: Add dependencies -->
122+ </IconButtonLink >
119123 </div >
120124 <div v-if =" $route.path.startsWith('/blog')" class =" text-md text-center" >
121125 <hr class =" mt-8 mb-12" />
You can’t perform that action at this time.
0 commit comments