Read all static data from one file

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2024-06-02 13:59:08 +06:00
parent d79f1b5541
commit 4e1acb6af6
12 changed files with 133 additions and 74 deletions

View File

@@ -110,14 +110,15 @@ defineOgImageComponent('Test', {
</div>
<BlogToc />
<div class="flex flex-row gap-2">
<div class="flex mt-10 flex-row gap-2">
<SocialShare
v-for="network in ['facebook', 'twitter', 'linkedin', 'email']"
:key="network"
aria-label="Share with {network}"
:network="network"
:styled="true"
:label="false"
class="p-4"
:label="true"
class="p-1"
/>
</div>
</div>