Update (copies)
This commit is contained in:
@@ -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">© {{ date('Y') }} FutureWalker. All rights reserved.</p>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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) }}"
|
||||
|
||||
Reference in New Issue
Block a user