Skip to content

Commit

Permalink
Quartz sync: Aug 18, 2024, 9:39 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
arhadrian committed Aug 18, 2024
1 parent 472608c commit 020f947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Welcome to my test
---

This is a blank Quartz installation. I am just using it for testing purposes for now.
This is a blank Quartz installation. I am just using it for testing purposes for now. I started with a [[some title for the first note|first note]].

See the [documentation](https://quartz.jzhao.xyz) for how to get started.

Expand Down
11 changes: 2 additions & 9 deletions quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ export default ((opts?: Options) => {
return (
<footer class={`${displayClass ?? ""}`}>
<p>
{i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
Created by Adrian, ©2024
</p>
<ul>
{Object.entries(links).map(([text, link]) => (
<li>
<a href={link}>{text}</a>
</li>
))}
</ul>

</footer>
)
}
Expand Down

0 comments on commit 020f947

Please sign in to comment.