mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
Update Footer.tsx
This commit is contained in:
parent
73829a2506
commit
b6eb27f52b
@ -16,6 +16,7 @@ export default ((opts?: Options) => {
|
|||||||
<p>
|
<p>
|
||||||
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
{i18n(cfg.locale).components.footer.createdWith}{" "}
|
||||||
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
|
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
|
||||||
|
<script defer src="https://umami-iota-seven-90.vercel.app/script.js" data-website-id="ee01f4e4-959a-45e1-a527-d2f261304075"></script>
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
{Object.entries(links).map(([text, link]) => (
|
{Object.entries(links).map(([text, link]) => (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user