summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Caleb Jasik <calebjasik@jasik.xyz> 2021-08-23 15:08:20 -0500
committerGravatar GitHub <noreply@github.com> 2021-08-23 15:08:20 -0500
commit2fd004dcd99c09fc8eae423c24b31313568f039f (patch)
treeeb41923e718e63eea6ec3d40084e377a88b534e7 /examples/with-markdown-plugins
parent3963cef96378cdb464499dd5d878077544849e22 (diff)
downloadastro-2fd004dcd99c09fc8eae423c24b31313568f039f.tar.gz
astro-2fd004dcd99c09fc8eae423c24b31313568f039f.tar.zst
astro-2fd004dcd99c09fc8eae423c24b31313568f039f.zip
Add a `titleClosure` to the `HeadSEO.astro` component (#1140)
* Testing out adding a `titleClosure` to the `HeadSEO.astro` component I think the api needs a bit of improvement, but the basic idea is you can pass this in to a published astro component for specifying how you want it to format your title! * Refactor to make it pretty * Rename the `titleClosure()` prop to `formatTitle()` to be more clear * Use title, with site title as the fallback (#1143) See og:title guidance (https://developers.facebook.com/docs/sharing/webmasters/) Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
>+2 2023-01-04implement `expect().toThrow()` (#1727)Gravatar Alex Lam S.L 5-130/+370 2023-01-04Add `SharedBuffer` from WebKit to make it easier to import more WebCore stuffGravatar Jarred Sumner 2-0/+1111 2023-01-04Fix default export for streamGravatar Jarred Sumner 1-11/+4 2023-01-04Fixes #1722Gravatar Jarred Sumner 1-1/+2 2023-01-04split server/client for tcp echo benchmark to better measure net.Socket perfGravatar Jarred Sumner 2-58/+60 2023-01-04buffer list clean-ups (#1721)Gravatar Alex Lam S.L 1-37/+68 2023-01-04Support non-classes in node:net (#1712)Gravatar Jarred Sumner 1-198/+216 2023-01-04Fixes #1716Gravatar Jarred Sumner 1-2/+2 2023-01-0410x faster `new Buffer` (#1717)Gravatar Jarred Sumner 19-520/+480 2023-01-03Update README.mdGravatar Jarred Sumner 1-2/+2 2023-01-03Add sqlite to vendorGravatar Jarred Sumner 1-4/+8 2023-01-03Fixes https://github.com/oven-sh/bun/issues/1695Gravatar Jarred Sumner 1-1/+1 2023-01-03Remove usages of std.xGravatar Jarred Sumner 7-98/+75 2023-01-03[streams] speed up `Readable` in some cases (#1708)Gravatar Alex Lam S.L 3-14/+140 2023-01-03Fix crash in BufferListGravatar Jarred Sumner 1-2/+2