Update (copies)

This commit is contained in:
2023-11-23 11:20:11 +08:00
parent e374875015
commit 3c2b6bbc26
4 changed files with 45 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ class="nav-link px-2 text-body-secondary">Privacy</a></li>
<li class="nav-item"><a href="{{ route('front.disclaimer') }}"
class="nav-link px-2 text-body-secondary">Disclaimer</a></li>
<li class="nav-item"><a href="sitemap.xml" class="nav-link px-2 text-body-secondary">Sitemap</a></li>
<li class="nav-item"><a href="/feeds/posts-feed" class="nav-link px-2 text-body-secondary">RSS</a></li>
{{-- <li class="nav-item"><a href="/feeds/posts-feed" class="nav-link px-2 text-body-secondary">RSS</a></li> --}}
</ul>
<p class="text-center text-body-secondary">&copy; {{ date('Y') }} FutureWalker. All rights reserved.</p>

View File

@@ -20,3 +20,7 @@
</div>
</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>

View File

@@ -19,7 +19,7 @@
<div class="text-center row justify-content-center">
<div class="col-12 col-md-10 col-lg-6">
<h2 class="h4 fw-semibold mb-3">Monitoring top tags for the past 24 hours</h2>
<h2 class="h4 fw-semibold mb-3">📡 Monitoring top tags for the past 24 hours</h2>
@foreach ($top_rss_keywords as $rss_keyword)
<a href="{{ get_route_search_result($rss_keyword->value_lowercased) }}"