diff options
| -rw-r--r-- | source/_layouts/master.blade.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index 99a4837..7a2d77d 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -25,6 +25,7 @@ @foreach ($page->allTags($posts) as $tag) <a class="inline-block rounded p-1 mt-4 {{Str::slug($tag) }}" href="/tags/{{ Str::slug($tag) }}">{{ $tag }}</a> @endforeach + <p><a href="/feed.atom">Atom Feed</a></p> <a href="https://brave.com/dda039"> <img class="ml-auto mr-auto mt-8" src="/assets/images/brave.png" title="Proud to support a faster, safer web with the Brave browser" alt="Proud to support a faster, safer web with the Brave browser"/> </a> |
