Add (nav): share button

This commit is contained in:
2023-11-23 15:03:45 +08:00
parent 8d9fb190ef
commit a8d295dae9
20 changed files with 206 additions and 58 deletions

View File

@@ -61,8 +61,8 @@ class="font-family-roboto-condensed mb-1 pb-1 d-inline badge bg-danger border-da
<div class="accordion-body small">
@if (!is_empty($post->bites))
<div class="fw-bold">The Bite:</div>
<div class="mb-3">{{ $post->bites }}</div>
<div class="fw-bold">The Bite:</div>
<div class="mb-3">{{ $post->bites }}</div>
@endif
@if (in_array($post->impact_level, ['medium', 'high']))

View File

@@ -21,6 +21,8 @@
</aside>
--}}
<div class="w-full text-center text-secondary">
<small class="text-center">AI & tech news syndication site built by <a href="https://x.com/charlestehio">@charlestehio</a>. All trademarks are the property of their respective owners.</small>
</div>
<div class="w-full text-center text-secondary">
<small class="text-center">AI & tech news syndication site built by <a
href="https://x.com/charlestehio">@charlestehio</a>. All trademarks are the property of their respective
owners.</small>
</div>