Skip to content

Commit 2237408

Browse files
committed
Quartz sync: May 17, 2025, 12:28 PM
1 parent e1b0427 commit 2237408

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

quartz/components/Footer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ export default ((opts?: Options) => {
2121
))}
2222
</ul>
2323
<p>
24-
{i18n(cfg.locale).components.footer.createdWith}{" "}
25-
<a href="https://quartz.jzhao.xyz/" target="_blank">Quartz v{version}</a> © {year}
24+
{/* {i18n(cfg.locale).components.footer.createdWith}{" "} */}
25+
Created by yoma © {year}
26+
{/* <a href="https://quartz.jzhao.xyz/" target="_blank">Quartz v{version}</a>© {year} */}
2627
</p>
2728
</footer>
2829
)

quartz/styles/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// put your custom CSS here!
44
footer {
55
& p {
6-
font-size: x-small;
6+
font-size: medium;
77
}
88

99
}

0 commit comments

Comments
 (0)