Заменил ссылки в Md-блогах на SocialHyperlink
This commit is contained in:
parent
9722448c36
commit
d30ab1b8d0
3 changed files with 21 additions and 5 deletions
11
src/lib/components/MdsvexLayout.svelte
Normal file
11
src/lib/components/MdsvexLayout.svelte
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script lang="ts" module>
|
||||
import SocialHyperlink from './SocialHyperlink.svelte';
|
||||
|
||||
export { SocialHyperlink as a };
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
const { children, ...rest } = $props();
|
||||
</script>
|
||||
|
||||
{@render children()}
|
||||
Loading…
Add table
Add a link
Reference in a new issue