mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
Quartz sync: Aug 31, 2024, 10:38 PM
This commit is contained in:
parent
bd3a9864c7
commit
348491b234
@ -20,6 +20,7 @@ In completely unrelated news, (*Tom Scott Voice*) I am in Australia (*end Tom Sc
|
|||||||
- Toyed with the light mode color scheme to make it a bit more consistently readable across brightnesses.
|
- Toyed with the light mode color scheme to make it a bit more consistently readable across brightnesses.
|
||||||
- Updated the index again.
|
- Updated the index again.
|
||||||
- **RSS feeds now display full rich content!** Any bugs, let me know.
|
- **RSS feeds now display full rich content!** Any bugs, let me know.
|
||||||
|
- To fix their ordering, I also played around with date displays. If a file doesn't have the proper date frontmatter, it won't shoot to the front wildly anymore, haha.
|
||||||
- **Site bug:** Sorry! The Graph View on the right sidebar for desktop readers has a bug if you swap from light to dark mode or vice versa without refreshing the page.
|
- **Site bug:** Sorry! The Graph View on the right sidebar for desktop readers has a bug if you swap from light to dark mode or vice versa without refreshing the page.
|
||||||
## Helpful Links
|
## Helpful Links
|
||||||
[[todo-list|Site To-Do List]] | [[Garden/index|Home]]
|
[[todo-list|Site To-Do List]] | [[Garden/index|Home]]
|
||||||
|
|||||||
@ -67,6 +67,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options>> = (userOpts)
|
|||||||
properties: {
|
properties: {
|
||||||
"aria-hidden": "true",
|
"aria-hidden": "true",
|
||||||
class: "external-icon",
|
class: "external-icon",
|
||||||
|
style: "max-width:0.8em;max-height:0.8em;",
|
||||||
viewBox: "0 0 512 512",
|
viewBox: "0 0 512 512",
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user