We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b0427 commit 2237408Copy full SHA for 2237408
quartz/components/Footer.tsx
@@ -21,8 +21,9 @@ export default ((opts?: Options) => {
21
))}
22
</ul>
23
<p>
24
- {i18n(cfg.locale).components.footer.createdWith}{" "}
25
- <a href="https://quartz.jzhao.xyz/" target="_blank">Quartz v{version}</a> © {year}
+ {/* {i18n(cfg.locale).components.footer.createdWith}{" "} */}
+ Created by yoma © {year}
26
+ {/* <a href="https://quartz.jzhao.xyz/" target="_blank">Quartz v{version}</a>© {year} */}
27
</p>
28
</footer>
29
)
quartz/styles/custom.scss
@@ -3,7 +3,7 @@
3
// put your custom CSS here!
4
footer {
5
& p {
6
- font-size: x-small;
+ font-size: medium;
7
}
8
9
0 commit comments