File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <Analytics />
77 </template >
88 <template #doc-footer-before >
9+ <VibeDoctorLink />
910 <AuthorInfo />
10- <Comments />
11+ <Comments />
1112 </template >
1213
1314 </Layout >
@@ -20,6 +21,7 @@ import AuthorInfo from './AuthorInfo.vue'
2021import EmailSignup from ' ./EmailSignup.vue'
2122import Comments from ' ./Comments.vue'
2223import Analytics from ' ./Analytics.vue'
24+ import VibeDoctorLink from ' ./VibeDoctorLink.vue'
2325
2426const { Layout } = DefaultTheme
2527 </script >
Original file line number Diff line number Diff line change 1+ <template >
2+ <div class =" vibedoctor-container" >
3+ <p >
4+ Visit <a href =" https://vibedoctor.dev" target =" _blank" rel =" noopener" >vibedoctor.dev</a >
5+ </p >
6+ </div >
7+ </template >
8+
9+ <style scoped>
10+ .vibedoctor-container {
11+ margin-top : 24px ;
12+ text-align : center ;
13+ font-size : 1rem ;
14+ }
15+
16+ .vibedoctor-container a {
17+ color : var (--vp-c-brand );
18+ font-weight : 600 ;
19+ text-decoration : none ;
20+ }
21+
22+ .vibedoctor-container a :hover {
23+ text-decoration : underline ;
24+ }
25+ </style >
You can’t perform that action at this time.
0 commit comments