File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ export const sharedPageComponents: SharedLayout = {
77 header : [ ] ,
88 footer : Component . Footer ( {
99 links : {
10- GitHub : "https://github.com/jackyzha0/quartz" ,
11- "Discord Community" : "https://discord.gg/cRFFHYye7t" ,
10+ GitHub : "https://github.com/ImGabreuw/notes" ,
1211 } ,
1312 } ) ,
1413}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default ((opts?: Options) => {
1414 < footer class = { `${ displayClass ?? "" } ` } >
1515 < hr />
1616 < p >
17- Created with < a href = "https://quartz.jzhao.xyz/" > Quartz v{ version } </ a > , © { year }
17+ Created with < a href = "https://quartz.jzhao.xyz/" > Quartz v{ version } < a /> by < a href = "https://github.com/ImGabreuw" > ImGabreuw < /a > , © { year }
1818 </ p >
1919 < ul >
2020 { Object . entries ( links ) . map ( ( [ text , link ] ) => (
You can’t perform that action at this time.
0 commit comments